Html Css Color HEX #F01872 Ruby

📋 copy color: '#F01872'

red 240 ◦ green 24 ◦ blue 114

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

Shades of Ruby #F01872

Tints of Ruby #F01872

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.35%

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 63.49%
G = 6.35%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F01872 (or 0xF01872) is known color: Ruby. HEX triplet: F0, 18 and 72. RGB value is (240,24,114). Sum of RGB (Red+Green+Blue) = 240+24+114=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F01872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01872 is #0FE78D. Grayscale: #626262. Windows color (decimal): -1042318 or 7477488. OLE color: 7477488.

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

Color convert

RGB 240 24 114 -
CMYK 0 0.9 0.52 0.06
HSL 335º 0.88% 0.52% -
HSV(B) 335º 0.9% 0.94% -
XYZ 39.3 20.39 17.78 -
YUV 98.84 136.56 228.68 -
System Red Green Blue C M Y K H S L
Decimal 240 24 114 0 0.9 0.52 0.06 335 0.88 0.52
Hex F0 18 72 0 5A 34 6 14F 58 34
Octal 360 30 162 0 132 64 6 517 130 64
Binary 11110000 11000 1110010 0 1011010 110100 110 101001111 1011000 110100

Color Harmonies of #F01872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01872

Black with #F01872

Text Example


Text Example

White with #F01872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01872; }

 p { color: rgb(240,24,114); }

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

background-color css

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

 a { background-color: rgb(240,24,114); }

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

border-color css

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

 span { border-color: rgb(240,24,114); }

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