Html Css Color HEX #F12072 Ruby

📋 copy color: '#F12072'

red 241 ◦ green 32 ◦ blue 114

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

Shades of Ruby #F12072

Tints of Ruby #F12072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 62.27%
G = 8.27%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F12072 (or 0xF12072) is known color: Ruby. HEX triplet: F1, 20 and 72. RGB value is (241,32,114). Sum of RGB (Red+Green+Blue) = 241+32+114=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F12072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12072 is #0EDF8D. Grayscale: #676767. Windows color (decimal): -974734 or 7479537. OLE color: 7479537.

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

Color convert

RGB 241 32 114 -
CMYK 0 0.87 0.53 0.05
HSL 336.46º 0.88% 0.54% -
HSV(B) 336.46º 0.87% 0.95% -
XYZ 39.83 20.95 17.86 -
YUV 103.84 133.74 225.83 -
System Red Green Blue C M Y K H S L
Decimal 241 32 114 0 0.87 0.53 0.05 336.46 0.88 0.54
Hex F1 20 72 0 57 35 5 150 58 36
Octal 361 40 162 0 127 65 5 520 130 66
Binary 11110001 100000 1110010 0 1010111 110101 101 101010000 1011000 110110

Color Harmonies of #F12072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12072

Black with #F12072

Text Example


Text Example

White with #F12072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12072; }

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

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

background-color css

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

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

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

border-color css

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

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

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