Html Css Color HEX #F12162 Ruby

📋 copy color: '#F12162'

red 241 ◦ green 33 ◦ blue 98

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

Shades of Ruby #F12162

Tints of Ruby #F12162

RGB

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

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

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

R = 64.78%
G = 8.87%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F12162 (or 0xF12162) is known color: Ruby. HEX triplet: F1, 21 and 62. RGB value is (241,33,98). Sum of RGB (Red+Green+Blue) = 241+33+98=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F12162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12162 is #0EDE9D. Grayscale: #666666. Windows color (decimal): -974494 or 6431217. OLE color: 6431217.

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

Color convert

RGB 241 33 98 -
CMYK 0 0.86 0.59 0.05
HSL 341.25º 0.88% 0.54% -
HSV(B) 341.25º 0.86% 0.95% -
XYZ 39.02 20.67 13.49 -
YUV 102.6 125.41 226.71 -
System Red Green Blue C M Y K H S L
Decimal 241 33 98 0 0.86 0.59 0.05 341.25 0.88 0.54
Hex F1 21 62 0 56 3B 5 155 58 36
Octal 361 41 142 0 126 73 5 525 130 66
Binary 11110001 100001 1100010 0 1010110 111011 101 101010101 1011000 110110

Color Harmonies of #F12162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12162

Black with #F12162

Text Example


Text Example

White with #F12162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12162; }

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

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

background-color css

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

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

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

border-color css

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

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

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