Html Css Color HEX #F7ABBA Cupid

📋 copy color: '#F7ABBA'

red 247 ◦ green 171 ◦ blue 186

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

Shades of Cupid #F7ABBA

Tints of Cupid #F7ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.31%

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

R = 40.89%
G = 28.31%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F7ABBA (or 0xF7ABBA) is known color: Cupid. HEX triplet: F7, AB and BA. RGB value is (247,171,186). Sum of RGB (Red+Green+Blue) = 247+171+186=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABBA is #085445. Grayscale: #C3C3C3. Windows color (decimal): -545862 or 12233719. OLE color: 12233719.

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

Color convert

RGB 247 171 186 -
CMYK 0 0.31 0.25 0.03
HSL 348.16º 0.83% 0.82% -
HSV(B) 348.16º 0.31% 0.97% -
XYZ 61.78 52.45 53.32 -
YUV 195.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 247 171 186 0 0.31 0.25 0.03 348.16 0.83 0.82
Hex F7 AB BA 0 1F 19 3 15C 53 52
Octal 367 253 272 0 37 31 3 534 123 122
Binary 11110111 10101011 10111010 0 11111 11001 11 101011100 1010011 1010010

Color Harmonies of #F7ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ABBA

Black with #F7ABBA

Text Example


Text Example

White with #F7ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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