Html Css Color HEX #F0AFCA Cupid

📋 copy color: '#F0AFCA'

red 240 ◦ green 175 ◦ blue 202

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

Shades of Cupid #F0AFCA

Tints of Cupid #F0AFCA

RGB

 RED value IS 240 (94.14% from 255) = 38.9%

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

 BLUE value IS 202 (79.3% from 255) = 32.74%

R = 38.9%
G = 28.36%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0AFCA (or 0xF0AFCA) is known color: Cupid. HEX triplet: F0, AF and CA. RGB value is (240,175,202). Sum of RGB (Red+Green+Blue) = 240+175+202=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFCA is #0F5035. Grayscale: #C5C5C5. Windows color (decimal): -1003574 or 13283312. OLE color: 13283312.

HSL color Cylindrical-coordinate representation of color #F0AFCA: hue angle of 335.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AFCA is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 202 -
CMYK 0 0.27 0.16 0.06
HSL 335.08º 0.68% 0.81% -
HSV(B) 335.08º 0.27% 0.94% -
XYZ 61.93 53.45 62.93 -
YUV 197.51 130.53 158.3 -
System Red Green Blue C M Y K H S L
Decimal 240 175 202 0 0.27 0.16 0.06 335.08 0.68 0.81
Hex F0 AF CA 0 1B 10 6 14F 44 51
Octal 360 257 312 0 33 20 6 517 104 121
Binary 11110000 10101111 11001010 0 11011 10000 110 101001111 1000100 1010001

Color Harmonies of #F0AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFCA

Black with #F0AFCA

Text Example


Text Example

White with #F0AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFCA; }

 p { color: rgb(240,175,202); }

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

background-color css

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

 a { background-color: rgb(240,175,202); }

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

border-color css

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

 span { border-color: rgb(240,175,202); }

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