Html Css Color HEX #F820B9 Spicy Pink

📋 copy color: '#F820B9'

red 248 ◦ green 32 ◦ blue 185

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

Shades of Spicy Pink #F820B9

Tints of Spicy Pink #F820B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.78%

R = 53.33%
G = 6.88%
B = 39.78%

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

#F820B9 (or 0xF820B9) is known color: Spicy Pink. HEX triplet: F8, 20 and B9. RGB value is (248,32,185). Sum of RGB (Red+Green+Blue) = 248+32+185=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F820B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F820B9 is #07DF46. Grayscale: #717171. Windows color (decimal): -515911 or 12132600. OLE color: 12132600.

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

Color convert

RGB 248 32 185 -
CMYK 0 0.87 0.25 0.03
HSL 317.5º 0.94% 0.55% -
HSV(B) 317.5º 0.87% 0.97% -
XYZ 47.98 24.49 48.1 -
YUV 114.03 168.06 223.56 -
System Red Green Blue C M Y K H S L
Decimal 248 32 185 0 0.87 0.25 0.03 317.5 0.94 0.55
Hex F8 20 B9 0 57 19 3 13E 5E 37
Octal 370 40 271 0 127 31 3 476 136 67
Binary 11111000 100000 10111001 0 1010111 11001 11 100111110 1011110 110111

Color Harmonies of #F820B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F820B9

Black with #F820B9

Text Example


Text Example

White with #F820B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F820B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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