Html Css Color HEX #F7A8BC Cupid

📋 copy color: '#F7A8BC'

red 247 ◦ green 168 ◦ blue 188

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

Shades of Cupid #F7A8BC

Tints of Cupid #F7A8BC

RGB

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

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

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

R = 40.96%
G = 27.86%
B = 31.18%

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

#F7A8BC (or 0xF7A8BC) is known color: Cupid. HEX triplet: F7, A8 and BC. RGB value is (247,168,188). Sum of RGB (Red+Green+Blue) = 247+168+188=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A8BC is #085743. Grayscale: #C1C1C1. Windows color (decimal): -546628 or 12364023. OLE color: 12364023.

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

Color convert

RGB 247 168 188 -
CMYK 0 0.32 0.24 0.03
HSL 344.81º 0.83% 0.81% -
HSV(B) 344.81º 0.32% 0.97% -
XYZ 61.44 51.41 54.26 -
YUV 193.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 247 168 188 0 0.32 0.24 0.03 344.81 0.83 0.81
Hex F7 A8 BC 0 20 18 3 159 53 51
Octal 367 250 274 0 40 30 3 531 123 121
Binary 11110111 10101000 10111100 0 100000 11000 11 101011001 1010011 1010001

Color Harmonies of #F7A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A8BC

Black with #F7A8BC

Text Example


Text Example

White with #F7A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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