Html Css Color HEX #F12062 Ruby

📋 copy color: '#F12062'

red 241 ◦ green 32 ◦ blue 98

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

Shades of Ruby #F12062

Tints of Ruby #F12062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.42%

R = 64.96%
G = 8.63%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F12062 (or 0xF12062) is known color: Ruby. HEX triplet: F1, 20 and 62. RGB value is (241,32,98). Sum of RGB (Red+Green+Blue) = 241+32+98=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F12062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12062 is #0EDF9D. Grayscale: #656565. Windows color (decimal): -974750 or 6430961. OLE color: 6430961.

HSL color Cylindrical-coordinate representation of color #F12062: hue angle of 341.05º 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 #F12062 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 32 98 -
CMYK 0 0.87 0.59 0.05
HSL 341.05º 0.88% 0.54% -
HSV(B) 341.05º 0.87% 0.95% -
XYZ 39 20.62 13.48 -
YUV 102.02 125.74 227.13 -
System Red Green Blue C M Y K H S L
Decimal 241 32 98 0 0.87 0.59 0.05 341.05 0.88 0.54
Hex F1 20 62 0 57 3B 5 155 58 36
Octal 361 40 142 0 127 73 5 525 130 66
Binary 11110001 100000 1100010 0 1010111 111011 101 101010101 1011000 110110

Color Harmonies of #F12062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12062

Black with #F12062

Text Example


Text Example

White with #F12062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12062; }

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

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

background-color css

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

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

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

border-color css

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

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

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