Html Css Color HEX #F4AFC7 Cupid

📋 copy color: '#F4AFC7'

red 244 ◦ green 175 ◦ blue 199

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

Shades of Cupid #F4AFC7

Tints of Cupid #F4AFC7

RGB

 RED value IS 244 (95.7% from 255) = 39.48%

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

 BLUE value IS 199 (78.13% from 255) = 32.2%

R = 39.48%
G = 28.32%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F4AFC7 (or 0xF4AFC7) is known color: Cupid. HEX triplet: F4, AF and C7. RGB value is (244,175,199). Sum of RGB (Red+Green+Blue) = 244+175+199=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AFC7 is #0B5038. Grayscale: #C6C6C6. Windows color (decimal): -741433 or 13086708. OLE color: 13086708.

HSL color Cylindrical-coordinate representation of color #F4AFC7: hue angle of 339.13º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4AFC7 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 175 199 -
CMYK 0 0.28 0.18 0.04
HSL 339.13º 0.76% 0.82% -
HSV(B) 339.13º 0.28% 0.96% -
XYZ 62.95 54.02 61.14 -
YUV 198.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 244 175 199 0 0.28 0.18 0.04 339.13 0.76 0.82
Hex F4 AF C7 0 1C 12 4 153 4C 52
Octal 364 257 307 0 34 22 4 523 114 122
Binary 11110100 10101111 11000111 0 11100 10010 100 101010011 1001100 1010010

Color Harmonies of #F4AFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AFC7

Black with #F4AFC7

Text Example


Text Example

White with #F4AFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AFC7; }

 p { color: rgb(244,175,199); }

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

background-color css

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

 a { background-color: rgb(244,175,199); }

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

border-color css

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

 span { border-color: rgb(244,175,199); }

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