Html Css Color HEX #F7B0BE Cupid

📋 copy color: '#F7B0BE'

red 247 ◦ green 176 ◦ blue 190

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

Shades of Cupid #F7B0BE

Tints of Cupid #F7B0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31%

R = 40.29%
G = 28.71%
B = 31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F7B0BE (or 0xF7B0BE) is known color: Cupid. HEX triplet: F7, B0 and BE. RGB value is (247,176,190). Sum of RGB (Red+Green+Blue) = 247+176+190=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B0BE is #084F41. Grayscale: #C6C6C6. Windows color (decimal): -544578 or 12497143. OLE color: 12497143.

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

Color convert

RGB 247 176 190 -
CMYK 0 0.29 0.23 0.03
HSL 348.17º 0.82% 0.83% -
HSV(B) 348.17º 0.29% 0.97% -
XYZ 63.18 54.54 55.91 -
YUV 198.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 247 176 190 0 0.29 0.23 0.03 348.17 0.82 0.83
Hex F7 B0 BE 0 1D 17 3 15C 52 53
Octal 367 260 276 0 35 27 3 534 122 123
Binary 11110111 10110000 10111110 0 11101 10111 11 101011100 1010010 1010011

Color Harmonies of #F7B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B0BE

Black with #F7B0BE

Text Example


Text Example

White with #F7B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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