Html Css Color HEX #F820BB Spicy Pink

📋 copy color: '#F820BB'

red 248 ◦ green 32 ◦ blue 187

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

Shades of Spicy Pink #F820BB

Tints of Spicy Pink #F820BB

RGB

 RED value IS 248 (97.27% from 255) = 53.1%

 GREEN value IS 32 (12.89% from 255) = 6.85%

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 53.1%
G = 6.85%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F820BB (or 0xF820BB) is known color: Spicy Pink. HEX triplet: F8, 20 and BB. RGB value is (248,32,187). Sum of RGB (Red+Green+Blue) = 248+32+187=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F820BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F820BB is #07DF44. Grayscale: #717171. Windows color (decimal): -515909 or 12263672. OLE color: 12263672.

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

Color convert

RGB 248 32 187 -
CMYK 0 0.87 0.25 0.03
HSL 316.94º 0.94% 0.55% -
HSV(B) 316.94º 0.87% 0.97% -
XYZ 48.2 24.58 49.22 -
YUV 114.25 169.06 223.4 -
System Red Green Blue C M Y K H S L
Decimal 248 32 187 0 0.87 0.25 0.03 316.94 0.94 0.55
Hex F8 20 BB 0 57 19 3 13D 5E 37
Octal 370 40 273 0 127 31 3 475 136 67
Binary 11111000 100000 10111011 0 1010111 11001 11 100111101 1011110 110111

Color Harmonies of #F820BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F820BB

Black with #F820BB

Text Example


Text Example

White with #F820BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F820BB; }

 p { color: rgb(248,32,187); }

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

background-color css

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

 a { background-color: rgb(248,32,187); }

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

border-color css

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

 span { border-color: rgb(248,32,187); }

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