Html Css Color HEX #F01166 Ruby

📋 copy color: '#F01166'

red 240 ◦ green 17 ◦ blue 102

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

Shades of Ruby #F01166

Tints of Ruby #F01166

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.74%

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

R = 66.85%
G = 4.74%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F01166 (or 0xF01166) is known color: Ruby. HEX triplet: F0, 11 and 66. RGB value is (240,17,102). Sum of RGB (Red+Green+Blue) = 240+17+102=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F01166 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01166 is #0FEE99. Grayscale: #5D5D5D. Windows color (decimal): -1044122 or 6689264. OLE color: 6689264.

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

Color convert

RGB 240 17 102 -
CMYK 0 0.93 0.58 0.06
HSL 337.13º 0.88% 0.5% -
HSV(B) 337.13º 0.93% 0.94% -
XYZ 38.53 19.89 14.38 -
YUV 93.37 132.88 232.59 -
System Red Green Blue C M Y K H S L
Decimal 240 17 102 0 0.93 0.58 0.06 337.13 0.88 0.5
Hex F0 11 66 0 5D 3A 6 151 58 32
Octal 360 21 146 0 135 72 6 521 130 62
Binary 11110000 10001 1100110 0 1011101 111010 110 101010001 1011000 110010

Color Harmonies of #F01166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01166

Black with #F01166

Text Example


Text Example

White with #F01166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01166; }

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

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

background-color css

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

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

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

border-color css

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

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

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