Html Css Color HEX #F2AFC9 Cupid

📋 copy color: '#F2AFC9'

red 242 ◦ green 175 ◦ blue 201

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

Shades of Cupid #F2AFC9

Tints of Cupid #F2AFC9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.32%

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

R = 39.16%
G = 28.32%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2AFC9 (or 0xF2AFC9) is known color: Cupid. HEX triplet: F2, AF and C9. RGB value is (242,175,201). Sum of RGB (Red+Green+Blue) = 242+175+201=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFC9 is #0D5036. Grayscale: #C5C5C5. Windows color (decimal): -872503 or 13217778. OLE color: 13217778.

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

Color convert

RGB 242 175 201 -
CMYK 0 0.28 0.17 0.05
HSL 336.72º 0.72% 0.82% -
HSV(B) 336.72º 0.28% 0.95% -
XYZ 62.49 53.75 62.34 -
YUV 198 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 242 175 201 0 0.28 0.17 0.05 336.72 0.72 0.82
Hex F2 AF C9 0 1C 11 5 151 48 52
Octal 362 257 311 0 34 21 5 521 110 122
Binary 11110010 10101111 11001001 0 11100 10001 101 101010001 1001000 1010010

Color Harmonies of #F2AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AFC9

Black with #F2AFC9

Text Example


Text Example

White with #F2AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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