Html Css Color HEX #F0A5C0 Cupid

📋 copy color: '#F0A5C0'

red 240 ◦ green 165 ◦ blue 192

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

Shades of Cupid #F0A5C0

Tints of Cupid #F0A5C0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.64%

 BLUE value IS 192 (75.39% from 255) = 32.16%

R = 40.2%
G = 27.64%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0A5C0 (or 0xF0A5C0) is known color: Cupid. HEX triplet: F0, A5 and C0. RGB value is (240,165,192). Sum of RGB (Red+Green+Blue) = 240+165+192=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 165 (64.84% from 255 or 27.64% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A5C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A5C0 is #0F5A3F. Grayscale: #BEBEBE. Windows color (decimal): -1006144 or 12625392. OLE color: 12625392.

HSL color Cylindrical-coordinate representation of color #F0A5C0: hue angle of 338.4º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A5C0 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 165 192 -
CMYK 0 0.31 0.20 0.06
HSL 338.4º 0.71% 0.79% -
HSV(B) 338.4º 0.31% 0.94% -
XYZ 58.9 49.24 56.27 -
YUV 190.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 240 165 192 0 0.31 0.20 0.06 338.4 0.71 0.79
Hex F0 A5 C0 0 1F 14 6 152 47 4F
Octal 360 245 300 0 37 24 6 522 107 117
Binary 11110000 10100101 11000000 0 11111 10100 110 101010010 1000111 1001111

Color Harmonies of #F0A5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A5C0

Black with #F0A5C0

Text Example


Text Example

White with #F0A5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A5C0; }

 p { color: rgb(240,165,192); }

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

background-color css

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

 a { background-color: rgb(240,165,192); }

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

border-color css

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

 span { border-color: rgb(240,165,192); }

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