Html Css Color HEX #F12060 Ruby

📋 copy color: '#F12060'

red 241 ◦ green 32 ◦ blue 96

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

Shades of Ruby #F12060

Tints of Ruby #F12060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.02%

R = 65.31%
G = 8.67%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F12060 (or 0xF12060) is known color: Ruby. HEX triplet: F1, 20 and 60. RGB value is (241,32,96). Sum of RGB (Red+Green+Blue) = 241+32+96=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F12060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12060 is #0EDF9F. Grayscale: #656565. Windows color (decimal): -974752 or 6299889. OLE color: 6299889.

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

Color convert

RGB 241 32 96 -
CMYK 0 0.87 0.60 0.05
HSL 341.63º 0.88% 0.54% -
HSV(B) 341.63º 0.87% 0.95% -
XYZ 38.9 20.58 12.99 -
YUV 101.79 124.74 227.3 -
System Red Green Blue C M Y K H S L
Decimal 241 32 96 0 0.87 0.60 0.05 341.63 0.88 0.54
Hex F1 20 60 0 57 3C 5 156 58 36
Octal 361 40 140 0 127 74 5 526 130 66
Binary 11110001 100000 1100000 0 1010111 111100 101 101010110 1011000 110110

Color Harmonies of #F12060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12060

Black with #F12060

Text Example


Text Example

White with #F12060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12060; }

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

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

background-color css

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

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

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

border-color css

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

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

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