Html Css Color HEX #F2116F Ruby

📋 copy color: '#F2116F'

red 242 ◦ green 17 ◦ blue 111

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

Shades of Ruby #F2116F

Tints of Ruby #F2116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.59%

 BLUE value IS 111 (43.75% from 255) = 30%

R = 65.41%
G = 4.59%
B = 30%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2116F (or 0xF2116F) is known color: Ruby. HEX triplet: F2, 11 and 6F. RGB value is (242,17,111). Sum of RGB (Red+Green+Blue) = 242+17+111=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F2116F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2116F is #0DEE90. Grayscale: #5E5E5E. Windows color (decimal): -913041 or 7279090. OLE color: 7279090.

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

Color convert

RGB 242 17 111 -
CMYK 0 0.93 0.54 0.05
HSL 334.93º 0.9% 0.51% -
HSV(B) 334.93º 0.93% 0.95% -
XYZ 39.69 20.43 16.89 -
YUV 94.99 137.04 232.86 -
System Red Green Blue C M Y K H S L
Decimal 242 17 111 0 0.93 0.54 0.05 334.93 0.9 0.51
Hex F2 11 6F 0 5D 36 5 14F 5A 33
Octal 362 21 157 0 135 66 5 517 132 63
Binary 11110010 10001 1101111 0 1011101 110110 101 101001111 1011010 110011

Color Harmonies of #F2116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2116F

Black with #F2116F

Text Example


Text Example

White with #F2116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2116F; }

 p { color: rgb(242,17,111); }

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

background-color css

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

 a { background-color: rgb(242,17,111); }

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

border-color css

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

 span { border-color: rgb(242,17,111); }

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