Html Css Color HEX #F8AFC9 Cupid

📋 copy color: '#F8AFC9'

red 248 ◦ green 175 ◦ blue 201

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

Shades of Cupid #F8AFC9

Tints of Cupid #F8AFC9

RGB

 RED value IS 248 (97.27% from 255) = 39.74%

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

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

R = 39.74%
G = 28.04%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F8AFC9 (or 0xF8AFC9) is known color: Cupid. HEX triplet: F8, AF and C9. RGB value is (248,175,201). Sum of RGB (Red+Green+Blue) = 248+175+201=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFC9 is #075036. Grayscale: #C7C7C7. Windows color (decimal): -479287 or 13217784. OLE color: 13217784.

HSL color Cylindrical-coordinate representation of color #F8AFC9: hue angle of 338.63º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8AFC9 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 175 201 -
CMYK 0 0.29 0.19 0.03
HSL 338.63º 0.84% 0.83% -
HSV(B) 338.63º 0.29% 0.97% -
XYZ 64.58 54.83 62.44 -
YUV 199.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 248 175 201 0 0.29 0.19 0.03 338.63 0.84 0.83
Hex F8 AF C9 0 1D 13 3 153 54 53
Octal 370 257 311 0 35 23 3 523 124 123
Binary 11111000 10101111 11001001 0 11101 10011 11 101010011 1010100 1010011

Color Harmonies of #F8AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AFC9

Black with #F8AFC9

Text Example


Text Example

White with #F8AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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