Html Css Color HEX #F80AB3 Shocking Pink

📋 copy color: '#F80AB3'

red 248 ◦ green 10 ◦ blue 179

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

Shades of Shocking Pink #F80AB3

Tints of Shocking Pink #F80AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.96%

R = 56.75%
G = 2.29%
B = 40.96%

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

#F80AB3 (or 0xF80AB3) is known color: Shocking Pink. HEX triplet: F8, 0A and B3. RGB value is (248,10,179). Sum of RGB (Red+Green+Blue) = 248+10+179=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F80AB3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80AB3 is #07F54C. Grayscale: #636363. Windows color (decimal): -521549 or 11733752. OLE color: 11733752.

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

Color convert

RGB 248 10 179 -
CMYK 0 0.96 0.28 0.03
HSL 317.4º 0.94% 0.51% -
HSV(B) 317.4º 0.96% 0.97% -
XYZ 46.96 23.43 44.7 -
YUV 100.43 172.35 233.26 -
System Red Green Blue C M Y K H S L
Decimal 248 10 179 0 0.96 0.28 0.03 317.4 0.94 0.51
Hex F8 A B3 0 60 1C 3 13D 5E 33
Octal 370 12 263 0 140 34 3 475 136 63
Binary 11111000 1010 10110011 0 1100000 11100 11 100111101 1011110 110011

Color Harmonies of #F80AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80AB3

Black with #F80AB3

Text Example


Text Example

White with #F80AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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