Html Css Color HEX #F820B0 Spicy Pink

📋 copy color: '#F820B0'

red 248 ◦ green 32 ◦ blue 176

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

Shades of Spicy Pink #F820B0

Tints of Spicy Pink #F820B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.6%

R = 54.39%
G = 7.02%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F820B0 (or 0xF820B0) is known color: Spicy Pink. HEX triplet: F8, 20 and B0. RGB value is (248,32,176). Sum of RGB (Red+Green+Blue) = 248+32+176=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F820B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F820B0 is #07DF4F. Grayscale: #707070. Windows color (decimal): -515920 or 11542776. OLE color: 11542776.

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

Color convert

RGB 248 32 176 -
CMYK 0 0.87 0.29 0.03
HSL 320º 0.94% 0.55% -
HSV(B) 320º 0.87% 0.97% -
XYZ 47.06 24.12 43.25 -
YUV 113 163.56 224.29 -
System Red Green Blue C M Y K H S L
Decimal 248 32 176 0 0.87 0.29 0.03 320 0.94 0.55
Hex F8 20 B0 0 57 1D 3 140 5E 37
Octal 370 40 260 0 127 35 3 500 136 67
Binary 11111000 100000 10110000 0 1010111 11101 11 101000000 1011110 110111

Color Harmonies of #F820B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F820B0

Black with #F820B0

Text Example


Text Example

White with #F820B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F820B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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