Html Css Color HEX #F2206F Ruby

📋 copy color: '#F2206F'

red 242 ◦ green 32 ◦ blue 111

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

Shades of Ruby #F2206F

Tints of Ruby #F2206F

RGB

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

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

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

R = 62.86%
G = 8.31%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2206F (or 0xF2206F) is known color: Ruby. HEX triplet: F2, 20 and 6F. RGB value is (242,32,111). Sum of RGB (Red+Green+Blue) = 242+32+111=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2206F is #0DDF90. Grayscale: #676767. Windows color (decimal): -909201 or 7282930. OLE color: 7282930.

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

Color convert

RGB 242 32 111 -
CMYK 0 0.87 0.54 0.05
HSL 337.43º 0.89% 0.54% -
HSV(B) 337.43º 0.87% 0.95% -
XYZ 40 21.06 17 -
YUV 103.8 132.07 226.58 -
System Red Green Blue C M Y K H S L
Decimal 242 32 111 0 0.87 0.54 0.05 337.43 0.89 0.54
Hex F2 20 6F 0 57 36 5 151 59 36
Octal 362 40 157 0 127 66 5 521 131 66
Binary 11110010 100000 1101111 0 1010111 110110 101 101010001 1011001 110110

Color Harmonies of #F2206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2206F

Black with #F2206F

Text Example


Text Example

White with #F2206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2206F; }

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

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

background-color css

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

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

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

border-color css

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

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

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