Html Css Color HEX #F7A8BA Cupid

📋 copy color: '#F7A8BA'

red 247 ◦ green 168 ◦ blue 186

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

Shades of Cupid #F7A8BA

Tints of Cupid #F7A8BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.95%

R = 41.1%
G = 27.95%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F7A8BA (or 0xF7A8BA) is known color: Cupid. HEX triplet: F7, A8 and BA. RGB value is (247,168,186). Sum of RGB (Red+Green+Blue) = 247+168+186=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A8BA is #085745. Grayscale: #C1C1C1. Windows color (decimal): -546630 or 12232951. OLE color: 12232951.

HSL color Cylindrical-coordinate representation of color #F7A8BA: hue angle of 346.33º 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 #F7A8BA is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 168 186 -
CMYK 0 0.32 0.25 0.03
HSL 346.33º 0.83% 0.81% -
HSV(B) 346.33º 0.32% 0.97% -
XYZ 61.22 51.32 53.13 -
YUV 193.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 247 168 186 0 0.32 0.25 0.03 346.33 0.83 0.81
Hex F7 A8 BA 0 20 19 3 15A 53 51
Octal 367 250 272 0 40 31 3 532 123 121
Binary 11110111 10101000 10111010 0 100000 11001 11 101011010 1010011 1010001

Color Harmonies of #F7A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A8BA

Black with #F7A8BA

Text Example


Text Example

White with #F7A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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