Html Css Color HEX #F01266 Ruby

📋 copy color: '#F01266'

red 240 ◦ green 18 ◦ blue 102

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

Shades of Ruby #F01266

Tints of Ruby #F01266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5%

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

R = 66.67%
G = 5%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F01266 (or 0xF01266) is known color: Ruby. HEX triplet: F0, 12 and 66. RGB value is (240,18,102). Sum of RGB (Red+Green+Blue) = 240+18+102=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F01266 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01266 is #0FED99. Grayscale: #5D5D5D. Windows color (decimal): -1043866 or 6689520. OLE color: 6689520.

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

Color convert

RGB 240 18 102 -
CMYK 0 0.92 0.58 0.06
HSL 337.3º 0.88% 0.51% -
HSV(B) 337.3º 0.93% 0.94% -
XYZ 38.55 19.92 14.38 -
YUV 93.95 132.55 232.17 -
System Red Green Blue C M Y K H S L
Decimal 240 18 102 0 0.92 0.58 0.06 337.3 0.88 0.51
Hex F0 12 66 0 5C 3A 6 151 58 33
Octal 360 22 146 0 134 72 6 521 130 63
Binary 11110000 10010 1100110 0 1011100 111010 110 101010001 1011000 110011

Color Harmonies of #F01266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01266

Black with #F01266

Text Example


Text Example

White with #F01266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01266; }

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

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

background-color css

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

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

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

border-color css

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

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

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