Html Css Color HEX #F7A7BC Cupid

📋 copy color: '#F7A7BC'

red 247 ◦ green 167 ◦ blue 188

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

Shades of Cupid #F7A7BC

Tints of Cupid #F7A7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.23%

R = 41.03%
G = 27.74%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F7A7BC (or 0xF7A7BC) is known color: Cupid. HEX triplet: F7, A7 and BC. RGB value is (247,167,188). Sum of RGB (Red+Green+Blue) = 247+167+188=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 167 (65.62% from 255 or 27.74% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A7BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A7BC is #085843. Grayscale: #C1C1C1. Windows color (decimal): -546884 or 12363767. OLE color: 12363767.

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

Color convert

RGB 247 167 188 -
CMYK 0 0.32 0.24 0.03
HSL 344.25º 0.83% 0.81% -
HSV(B) 344.25º 0.32% 0.97% -
XYZ 61.25 51.04 54.2 -
YUV 193.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 247 167 188 0 0.32 0.24 0.03 344.25 0.83 0.81
Hex F7 A7 BC 0 20 18 3 158 53 51
Octal 367 247 274 0 40 30 3 530 123 121
Binary 11110111 10100111 10111100 0 100000 11000 11 101011000 1010011 1010001

Color Harmonies of #F7A7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A7BC

Black with #F7A7BC

Text Example


Text Example

White with #F7A7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A7BC; }

 p { color: rgb(247,167,188); }

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

background-color css

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

 a { background-color: rgb(247,167,188); }

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

border-color css

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

 span { border-color: rgb(247,167,188); }

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