Html Css Color HEX #F01672 Ruby

📋 copy color: '#F01672'

red 240 ◦ green 22 ◦ blue 114

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

Shades of Ruby #F01672

Tints of Ruby #F01672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.85%

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

R = 63.83%
G = 5.85%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F01672 (or 0xF01672) is known color: Ruby. HEX triplet: F0, 16 and 72. RGB value is (240,22,114). Sum of RGB (Red+Green+Blue) = 240+22+114=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F01672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01672 is #0FE98D. Grayscale: #616161. Windows color (decimal): -1042830 or 7476976. OLE color: 7476976.

HSL color Cylindrical-coordinate representation of color #F01672: hue angle of 334.68º 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 #F01672 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 22 114 -
CMYK 0 0.91 0.52 0.06
HSL 334.68º 0.88% 0.51% -
HSV(B) 334.68º 0.91% 0.94% -
XYZ 39.26 20.31 17.77 -
YUV 97.67 137.22 229.52 -
System Red Green Blue C M Y K H S L
Decimal 240 22 114 0 0.91 0.52 0.06 334.68 0.88 0.51
Hex F0 16 72 0 5B 34 6 14F 58 33
Octal 360 26 162 0 133 64 6 517 130 63
Binary 11110000 10110 1110010 0 1011011 110100 110 101001111 1011000 110011

Color Harmonies of #F01672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01672

Black with #F01672

Text Example


Text Example

White with #F01672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01672; }

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

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

background-color css

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

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

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

border-color css

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

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

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