Html Css Color HEX #F808B2 Shocking Pink

📋 copy color: '#F808B2'

red 248 ◦ green 8 ◦ blue 178

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

Shades of Shocking Pink #F808B2

Tints of Shocking Pink #F808B2

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.84%

 BLUE value IS 178 (69.92% from 255) = 41.01%

R = 57.14%
G = 1.84%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F808B2 (or 0xF808B2) is known color: Shocking Pink. HEX triplet: F8, 08 and B2. RGB value is (248,8,178). Sum of RGB (Red+Green+Blue) = 248+8+178=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F808B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F808B2 is #07F74D. Grayscale: #626262. Windows color (decimal): -522062 or 11667704. OLE color: 11667704.

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

Color convert

RGB 248 8 178 -
CMYK 0 0.97 0.28 0.03
HSL 317.5º 0.94% 0.5% -
HSV(B) 317.5º 0.97% 0.97% -
XYZ 46.83 23.34 44.16 -
YUV 99.14 172.51 234.18 -
System Red Green Blue C M Y K H S L
Decimal 248 8 178 0 0.97 0.28 0.03 317.5 0.94 0.5
Hex F8 8 B2 0 61 1C 3 13E 5E 32
Octal 370 10 262 0 141 34 3 476 136 62
Binary 11111000 1000 10110010 0 1100001 11100 11 100111110 1011110 110010

Color Harmonies of #F808B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F808B2

Black with #F808B2

Text Example


Text Example

White with #F808B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F808B2; }

 p { color: rgb(248,8,178); }

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

background-color css

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

 a { background-color: rgb(248,8,178); }

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

border-color css

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

 span { border-color: rgb(248,8,178); }

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