Html Css Color HEX #F0A7C3 Cupid

📋 copy color: '#F0A7C3'

red 240 ◦ green 167 ◦ blue 195

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

Shades of Cupid #F0A7C3

Tints of Cupid #F0A7C3

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.74%

 BLUE value IS 195 (76.56% from 255) = 32.39%

R = 39.87%
G = 27.74%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F0A7C3 (or 0xF0A7C3) is known color: Cupid. HEX triplet: F0, A7 and C3. RGB value is (240,167,195). Sum of RGB (Red+Green+Blue) = 240+167+195=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A7C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A7C3 is #0F583C. Grayscale: #BFBFBF. Windows color (decimal): -1005629 or 12822512. OLE color: 12822512.

HSL color Cylindrical-coordinate representation of color #F0A7C3: hue angle of 336.99º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A7C3 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 167 195 -
CMYK 0 0.30 0.19 0.06
HSL 336.99º 0.71% 0.8% -
HSV(B) 336.99º 0.3% 0.94% -
XYZ 59.6 50.1 58.16 -
YUV 192.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 240 167 195 0 0.30 0.19 0.06 336.99 0.71 0.8
Hex F0 A7 C3 0 1E 13 6 151 47 50
Octal 360 247 303 0 36 23 6 521 107 120
Binary 11110000 10100111 11000011 0 11110 10011 110 101010001 1000111 1010000

Color Harmonies of #F0A7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A7C3

Black with #F0A7C3

Text Example


Text Example

White with #F0A7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A7C3; }

 p { color: rgb(240,167,195); }

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

background-color css

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

 a { background-color: rgb(240,167,195); }

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

border-color css

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

 span { border-color: rgb(240,167,195); }

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