Html Css Color HEX #F2C0C9 Azalea

📋 copy color: '#F2C0C9'

red 242 ◦ green 192 ◦ blue 201

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

Shades of Azalea #F2C0C9

Tints of Azalea #F2C0C9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.24%

 BLUE value IS 201 (78.91% from 255) = 31.65%

R = 38.11%
G = 30.24%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2C0C9 (or 0xF2C0C9) is known color: Azalea. HEX triplet: F2, C0 and C9. RGB value is (242,192,201). Sum of RGB (Red+Green+Blue) = 242+192+201=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0C9 is #0D3F36. Grayscale: #CFCFCF. Windows color (decimal): -868151 or 13222130. OLE color: 13222130.

HSL color Cylindrical-coordinate representation of color #F2C0C9: hue angle of 349.2º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C0C9 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 192 201 -
CMYK 0 0.21 0.17 0.05
HSL 349.2º 0.66% 0.85% -
HSV(B) 349.2º 0.21% 0.95% -
XYZ 66.01 60.79 63.51 -
YUV 207.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 242 192 201 0 0.21 0.17 0.05 349.2 0.66 0.85
Hex F2 C0 C9 0 15 11 5 15D 42 55
Octal 362 300 311 0 25 21 5 535 102 125
Binary 11110010 11000000 11001001 0 10101 10001 101 101011101 1000010 1010101

Color Harmonies of #F2C0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C0C9

Black with #F2C0C9

Text Example


Text Example

White with #F2C0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C0C9; }

 p { color: rgb(242,192,201); }

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

background-color css

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

 a { background-color: rgb(242,192,201); }

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

border-color css

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

 span { border-color: rgb(242,192,201); }

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