Html Css Color HEX #F80AB2 Shocking Pink

📋 copy color: '#F80AB2'

red 248 ◦ green 10 ◦ blue 178

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

Shades of Shocking Pink #F80AB2

Tints of Shocking Pink #F80AB2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.29%

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

R = 56.88%
G = 2.29%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F80AB2 (or 0xF80AB2) is known color: Shocking Pink. HEX triplet: F8, 0A and B2. RGB value is (248,10,178). Sum of RGB (Red+Green+Blue) = 248+10+178=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F80AB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80AB2 is #07F54D. Grayscale: #636363. Windows color (decimal): -521550 or 11668216. OLE color: 11668216.

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

Color convert

RGB 248 10 178 -
CMYK 0 0.96 0.28 0.03
HSL 317.65º 0.94% 0.51% -
HSV(B) 317.65º 0.96% 0.97% -
XYZ 46.86 23.39 44.16 -
YUV 100.31 171.85 233.34 -
System Red Green Blue C M Y K H S L
Decimal 248 10 178 0 0.96 0.28 0.03 317.65 0.94 0.51
Hex F8 A B2 0 60 1C 3 13E 5E 33
Octal 370 12 262 0 140 34 3 476 136 63
Binary 11111000 1010 10110010 0 1100000 11100 11 100111110 1011110 110011

Color Harmonies of #F80AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80AB2

Black with #F80AB2

Text Example


Text Example

White with #F80AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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