Html Css Color HEX #F7A5BE Cupid

📋 copy color: '#F7A5BE'

red 247 ◦ green 165 ◦ blue 190

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

Shades of Cupid #F7A5BE

Tints of Cupid #F7A5BE

RGB

 RED value IS 247 (96.88% from 255) = 41.03%

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

 BLUE value IS 190 (74.61% from 255) = 31.56%

R = 41.03%
G = 27.41%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F7A5BE (or 0xF7A5BE) is known color: Cupid. HEX triplet: F7, A5 and BE. RGB value is (247,165,190). Sum of RGB (Red+Green+Blue) = 247+165+190=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 165 (64.84% from 255 or 27.41% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A5BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A5BE is #085A41. Grayscale: #C0C0C0. Windows color (decimal): -547394 or 12494327. OLE color: 12494327.

HSL color Cylindrical-coordinate representation of color #F7A5BE: hue angle of 341.71º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A5BE is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 165 190 -
CMYK 0 0.33 0.23 0.03
HSL 341.71º 0.84% 0.81% -
HSV(B) 341.71º 0.33% 0.97% -
XYZ 61.11 50.4 55.22 -
YUV 192.37 126.67 166.97 -
System Red Green Blue C M Y K H S L
Decimal 247 165 190 0 0.33 0.23 0.03 341.71 0.84 0.81
Hex F7 A5 BE 0 21 17 3 156 54 51
Octal 367 245 276 0 41 27 3 526 124 121
Binary 11110111 10100101 10111110 0 100001 10111 11 101010110 1010100 1010001

Color Harmonies of #F7A5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A5BE

Black with #F7A5BE

Text Example


Text Example

White with #F7A5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A5BE; }

 p { color: rgb(247,165,190); }

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

background-color css

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

 a { background-color: rgb(247,165,190); }

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

border-color css

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

 span { border-color: rgb(247,165,190); }

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