Html Css Color HEX #F7A8BE Cupid

📋 copy color: '#F7A8BE'

red 247 ◦ green 168 ◦ blue 190

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

Shades of Cupid #F7A8BE

Tints of Cupid #F7A8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.77%

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

R = 40.83%
G = 27.77%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F7A8BE (or 0xF7A8BE) is known color: Cupid. HEX triplet: F7, A8 and BE. RGB value is (247,168,190). Sum of RGB (Red+Green+Blue) = 247+168+190=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A8BE is #085741. Grayscale: #C2C2C2. Windows color (decimal): -546626 or 12495095. OLE color: 12495095.

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

Color convert

RGB 247 168 190 -
CMYK 0 0.32 0.23 0.03
HSL 343.29º 0.83% 0.81% -
HSV(B) 343.29º 0.32% 0.97% -
XYZ 61.65 51.5 55.41 -
YUV 194.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 247 168 190 0 0.32 0.23 0.03 343.29 0.83 0.81
Hex F7 A8 BE 0 20 17 3 157 53 51
Octal 367 250 276 0 40 27 3 527 123 121
Binary 11110111 10101000 10111110 0 100000 10111 11 101010111 1010011 1010001

Color Harmonies of #F7A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A8BE

Black with #F7A8BE

Text Example


Text Example

White with #F7A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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