Html Css Color HEX #F5A6BF Cupid

📋 copy color: '#F5A6BF'

red 245 ◦ green 166 ◦ blue 191

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

Shades of Cupid #F5A6BF

Tints of Cupid #F5A6BF

RGB

 RED value IS 245 (96.09% from 255) = 40.7%

 GREEN value IS 166 (65.23% from 255) = 27.57%

 BLUE value IS 191 (75% from 255) = 31.73%

R = 40.7%
G = 27.57%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5A6BF (or 0xF5A6BF) is known color: Cupid. HEX triplet: F5, A6 and BF. RGB value is (245,166,191). Sum of RGB (Red+Green+Blue) = 245+166+191=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A6BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A6BF is #0A5940. Grayscale: #C0C0C0. Windows color (decimal): -678209 or 12560117. OLE color: 12560117.

HSL color Cylindrical-coordinate representation of color #F5A6BF: hue angle of 341.01º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5A6BF is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 166 191 -
CMYK 0 0.32 0.22 0.04
HSL 341.01º 0.8% 0.81% -
HSV(B) 341.01º 0.32% 0.96% -
XYZ 60.7 50.45 55.83 -
YUV 192.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 245 166 191 0 0.32 0.22 0.04 341.01 0.8 0.81
Hex F5 A6 BF 0 20 16 4 155 50 51
Octal 365 246 277 0 40 26 4 525 120 121
Binary 11110101 10100110 10111111 0 100000 10110 100 101010101 1010000 1010001

Color Harmonies of #F5A6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A6BF

Black with #F5A6BF

Text Example


Text Example

White with #F5A6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A6BF; }

 p { color: rgb(245,166,191); }

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

background-color css

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

 a { background-color: rgb(245,166,191); }

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

border-color css

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

 span { border-color: rgb(245,166,191); }

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