Html Css Color HEX #F0AFC6 Cupid

📋 copy color: '#F0AFC6'

red 240 ◦ green 175 ◦ blue 198

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

Shades of Cupid #F0AFC6

Tints of Cupid #F0AFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.3%

R = 39.15%
G = 28.55%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F0AFC6 (or 0xF0AFC6) is known color: Cupid. HEX triplet: F0, AF and C6. RGB value is (240,175,198). Sum of RGB (Red+Green+Blue) = 240+175+198=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFC6 is #0F5039. Grayscale: #C5C5C5. Windows color (decimal): -1003578 or 13021168. OLE color: 13021168.

HSL color Cylindrical-coordinate representation of color #F0AFC6: hue angle of 338.77º 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 #F0AFC6 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 198 -
CMYK 0 0.27 0.18 0.06
HSL 338.77º 0.68% 0.81% -
HSV(B) 338.77º 0.27% 0.94% -
XYZ 61.46 53.26 60.47 -
YUV 197.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 240 175 198 0 0.27 0.18 0.06 338.77 0.68 0.81
Hex F0 AF C6 0 1B 12 6 153 44 51
Octal 360 257 306 0 33 22 6 523 104 121
Binary 11110000 10101111 11000110 0 11011 10010 110 101010011 1000100 1010001

Color Harmonies of #F0AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFC6

Black with #F0AFC6

Text Example


Text Example

White with #F0AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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