Html Css Color HEX #F01475 Ruby

📋 copy color: '#F01475'

red 240 ◦ green 20 ◦ blue 117

#F01475
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #F01475

Tints of Ruby #F01475

RGB

 RED value IS 240 (94.14% from 255) = 63.66%

 GREEN value IS 20 (8.2% from 255) = 5.31%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 63.66%
G = 5.31%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F01475 (or 0xF01475) is known color: Ruby. HEX triplet: F0, 14 and 75. RGB value is (240,20,117). Sum of RGB (Red+Green+Blue) = 240+20+117=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F01475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01475 is #0FEB8A. Grayscale: #606060. Windows color (decimal): -1043339 or 7673072. OLE color: 7673072.

HSL color Cylindrical-coordinate representation of color #F01475: hue angle of 333.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01475 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 117 -
CMYK 0 0.92 0.51 0.06
HSL 333.55º 0.88% 0.51% -
HSV(B) 333.55º 0.92% 0.94% -
XYZ 39.4 20.31 18.67 -
YUV 96.84 139.39 230.11 -
System Red Green Blue C M Y K H S L
Decimal 240 20 117 0 0.92 0.51 0.06 333.55 0.88 0.51
Hex F0 14 75 0 5C 33 6 14E 58 33
Octal 360 24 165 0 134 63 6 516 130 63
Binary 11110000 10100 1110101 0 1011100 110011 110 101001110 1011000 110011

Color Harmonies of #F01475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01475

Black with #F01475

Text Example


Text Example

White with #F01475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01475; }

 p { color: rgb(240,20,117); }

 H1.HeaderClassName
 {
   color: #F01475;
 }
 .AnyTagClassName
 {
   color: #F01475;
 }
</style>

background-color css

<style>
 a { background-color: #F01475; }

 a { background-color: rgb(240,20,117); }

 div.DivClassName
 {
   background-color: #F01475;
 }
 .BgClassName
 {
   background-color: #F01475;
 }
</style>

border-color css

<style>
 span { border-color: #F01475; }

 span { border-color: rgb(240,20,117); }

 td.TdClassName
 {
   border-color: #F01475;
 }
 .TagClassName
 {
   border-color: #F01475;
 }
</style>