Html Css Color HEX #F21076 Ruby

📋 copy color: '#F21076'

red 242 ◦ green 16 ◦ blue 118

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

Shades of Ruby #F21076

Tints of Ruby #F21076

RGB

 RED value IS 242 (94.92% from 255) = 64.36%

 GREEN value IS 16 (6.64% from 255) = 4.26%

 BLUE value IS 118 (46.48% from 255) = 31.38%

R = 64.36%
G = 4.26%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F21076 (or 0xF21076) is known color: Ruby. HEX triplet: F2, 10 and 76. RGB value is (242,16,118). Sum of RGB (Red+Green+Blue) = 242+16+118=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F21076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21076 is #0DEF89. Grayscale: #5F5F5F. Windows color (decimal): -913290 or 7737586. OLE color: 7737586.

HSL color Cylindrical-coordinate representation of color #F21076: hue angle of 332.92º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21076 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 16 118 -
CMYK 0 0.93 0.51 0.05
HSL 332.92º 0.9% 0.51% -
HSV(B) 332.92º 0.93% 0.95% -
XYZ 40.07 20.56 19 -
YUV 95.2 140.87 232.71 -
System Red Green Blue C M Y K H S L
Decimal 242 16 118 0 0.93 0.51 0.05 332.92 0.9 0.51
Hex F2 10 76 0 5D 33 5 14D 5A 33
Octal 362 20 166 0 135 63 5 515 132 63
Binary 11110010 10000 1110110 0 1011101 110011 101 101001101 1011010 110011

Color Harmonies of #F21076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21076

Black with #F21076

Text Example


Text Example

White with #F21076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21076; }

 p { color: rgb(242,16,118); }

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

background-color css

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

 a { background-color: rgb(242,16,118); }

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

border-color css

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

 span { border-color: rgb(242,16,118); }

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