Html Css Color HEX #F12066 Ruby

📋 copy color: '#F12066'

red 241 ◦ green 32 ◦ blue 102

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

Shades of Ruby #F12066

Tints of Ruby #F12066

RGB

 RED value IS 241 (94.53% from 255) = 64.27%

 GREEN value IS 32 (12.89% from 255) = 8.53%

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

R = 64.27%
G = 8.53%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F12066 (or 0xF12066) is known color: Ruby. HEX triplet: F1, 20 and 66. RGB value is (241,32,102). Sum of RGB (Red+Green+Blue) = 241+32+102=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F12066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12066 is #0EDF99. Grayscale: #666666. Windows color (decimal): -974746 or 6693105. OLE color: 6693105.

HSL color Cylindrical-coordinate representation of color #F12066: hue angle of 339.9º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12066 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 32 102 -
CMYK 0 0.87 0.58 0.05
HSL 339.9º 0.88% 0.54% -
HSV(B) 339.9º 0.87% 0.95% -
XYZ 39.19 20.69 14.5 -
YUV 102.47 127.74 226.81 -
System Red Green Blue C M Y K H S L
Decimal 241 32 102 0 0.87 0.58 0.05 339.9 0.88 0.54
Hex F1 20 66 0 57 3A 5 154 58 36
Octal 361 40 146 0 127 72 5 524 130 66
Binary 11110001 100000 1100110 0 1010111 111010 101 101010100 1011000 110110

Color Harmonies of #F12066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12066

Black with #F12066

Text Example


Text Example

White with #F12066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12066; }

 p { color: rgb(241,32,102); }

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

background-color css

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

 a { background-color: rgb(241,32,102); }

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

border-color css

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

 span { border-color: rgb(241,32,102); }

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