Html Css Color HEX #F01666 Ruby

📋 copy color: '#F01666'

red 240 ◦ green 22 ◦ blue 102

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

Shades of Ruby #F01666

Tints of Ruby #F01666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.02%

R = 65.93%
G = 6.04%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F01666 (or 0xF01666) is known color: Ruby. HEX triplet: F0, 16 and 66. RGB value is (240,22,102). Sum of RGB (Red+Green+Blue) = 240+22+102=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F01666 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01666 is #0FE999. Grayscale: #606060. Windows color (decimal): -1042842 or 6690544. OLE color: 6690544.

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

Color convert

RGB 240 22 102 -
CMYK 0 0.91 0.58 0.06
HSL 337.98º 0.88% 0.51% -
HSV(B) 337.98º 0.91% 0.94% -
XYZ 38.62 20.06 14.41 -
YUV 96.3 131.22 230.5 -
System Red Green Blue C M Y K H S L
Decimal 240 22 102 0 0.91 0.58 0.06 337.98 0.88 0.51
Hex F0 16 66 0 5B 3A 6 152 58 33
Octal 360 26 146 0 133 72 6 522 130 63
Binary 11110000 10110 1100110 0 1011011 111010 110 101010010 1011000 110011

Color Harmonies of #F01666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01666

Black with #F01666

Text Example


Text Example

White with #F01666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01666; }

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

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

background-color css

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

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

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

border-color css

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

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

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