Html Css Color HEX #F12171 Ruby

📋 copy color: '#F12171'

red 241 ◦ green 33 ◦ blue 113

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

Shades of Ruby #F12171

Tints of Ruby #F12171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.53%

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

R = 62.27%
G = 8.53%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F12171 (or 0xF12171) is known color: Ruby. HEX triplet: F1, 21 and 71. RGB value is (241,33,113). Sum of RGB (Red+Green+Blue) = 241+33+113=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F12171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12171 is #0EDE8E. Grayscale: #686868. Windows color (decimal): -974479 or 7414257. OLE color: 7414257.

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

Color convert

RGB 241 33 113 -
CMYK 0 0.86 0.53 0.05
HSL 336.92º 0.88% 0.54% -
HSV(B) 336.92º 0.86% 0.95% -
XYZ 39.8 20.98 17.57 -
YUV 104.31 132.91 225.5 -
System Red Green Blue C M Y K H S L
Decimal 241 33 113 0 0.86 0.53 0.05 336.92 0.88 0.54
Hex F1 21 71 0 56 35 5 151 58 36
Octal 361 41 161 0 126 65 5 521 130 66
Binary 11110001 100001 1110001 0 1010110 110101 101 101010001 1011000 110110

Color Harmonies of #F12171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12171

Black with #F12171

Text Example


Text Example

White with #F12171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12171; }

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

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

background-color css

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

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

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

border-color css

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

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

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