Html Css Color HEX #F01577 Ruby

📋 copy color: '#F01577'

red 240 ◦ green 21 ◦ blue 119

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

Shades of Ruby #F01577

Tints of Ruby #F01577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.53%

 BLUE value IS 119 (46.88% from 255) = 31.32%

R = 63.16%
G = 5.53%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F01577 (or 0xF01577) is known color: Ruby. HEX triplet: F0, 15 and 77. RGB value is (240,21,119). Sum of RGB (Red+Green+Blue) = 240+21+119=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F01577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01577 is #0FEA88. Grayscale: #616161. Windows color (decimal): -1043081 or 7804400. OLE color: 7804400.

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

Color convert

RGB 240 21 119 -
CMYK 0 0.91 0.50 0.06
HSL 333.15º 0.88% 0.51% -
HSV(B) 333.15º 0.91% 0.94% -
XYZ 39.53 20.39 19.31 -
YUV 97.65 140.05 229.53 -
System Red Green Blue C M Y K H S L
Decimal 240 21 119 0 0.91 0.50 0.06 333.15 0.88 0.51
Hex F0 15 77 0 5B 32 6 14D 58 33
Octal 360 25 167 0 133 62 6 515 130 63
Binary 11110000 10101 1110111 0 1011011 110010 110 101001101 1011000 110011

Color Harmonies of #F01577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01577

Black with #F01577

Text Example


Text Example

White with #F01577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01577; }

 p { color: rgb(240,21,119); }

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

background-color css

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

 a { background-color: rgb(240,21,119); }

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

border-color css

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

 span { border-color: rgb(240,21,119); }

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