Html Css Color HEX #F7B0CA Cupid

📋 copy color: '#F7B0CA'

red 247 ◦ green 176 ◦ blue 202

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

Shades of Cupid #F7B0CA

Tints of Cupid #F7B0CA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.16%

 BLUE value IS 202 (79.3% from 255) = 32.32%

R = 39.52%
G = 28.16%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7B0CA (or 0xF7B0CA) is known color: Cupid. HEX triplet: F7, B0 and CA. RGB value is (247,176,202). Sum of RGB (Red+Green+Blue) = 247+176+202=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B0CA is #084F35. Grayscale: #C8C8C8. Windows color (decimal): -544566 or 13283575. OLE color: 13283575.

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

Color convert

RGB 247 176 202 -
CMYK 0 0.29 0.18 0.03
HSL 338.03º 0.82% 0.83% -
HSV(B) 338.03º 0.29% 0.97% -
XYZ 64.54 55.09 63.11 -
YUV 200.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 247 176 202 0 0.29 0.18 0.03 338.03 0.82 0.83
Hex F7 B0 CA 0 1D 12 3 152 52 53
Octal 367 260 312 0 35 22 3 522 122 123
Binary 11110111 10110000 11001010 0 11101 10010 11 101010010 1010010 1010011

Color Harmonies of #F7B0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B0CA

Black with #F7B0CA

Text Example


Text Example

White with #F7B0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B0CA; }

 p { color: rgb(247,176,202); }

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

background-color css

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

 a { background-color: rgb(247,176,202); }

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

border-color css

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

 span { border-color: rgb(247,176,202); }

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