Html Css Color HEX #F12071 Ruby

📋 copy color: '#F12071'

red 241 ◦ green 32 ◦ blue 113

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

Shades of Ruby #F12071

Tints of Ruby #F12071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.27%

R = 62.44%
G = 8.29%
B = 29.27%

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

#F12071 (or 0xF12071) is known color: Ruby. HEX triplet: F1, 20 and 71. RGB value is (241,32,113). Sum of RGB (Red+Green+Blue) = 241+32+113=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F12071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12071 is #0EDF8E. Grayscale: #676767. Windows color (decimal): -974735 or 7414001. OLE color: 7414001.

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

Color convert

RGB 241 32 113 -
CMYK 0 0.87 0.53 0.05
HSL 336.75º 0.88% 0.54% -
HSV(B) 336.75º 0.87% 0.95% -
XYZ 39.77 20.93 17.57 -
YUV 103.73 133.24 225.91 -
System Red Green Blue C M Y K H S L
Decimal 241 32 113 0 0.87 0.53 0.05 336.75 0.88 0.54
Hex F1 20 71 0 57 35 5 151 58 36
Octal 361 40 161 0 127 65 5 521 130 66
Binary 11110001 100000 1110001 0 1010111 110101 101 101010001 1011000 110110

Color Harmonies of #F12071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12071

Black with #F12071

Text Example


Text Example

White with #F12071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12071; }

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

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

background-color css

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

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

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

border-color css

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

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

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