Html Css Color HEX #F80ABE Shocking Pink

📋 copy color: '#F80ABE'

red 248 ◦ green 10 ◦ blue 190

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

Shades of Shocking Pink #F80ABE

Tints of Shocking Pink #F80ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 55.36%
G = 2.23%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F80ABE (or 0xF80ABE) is known color: Shocking Pink. HEX triplet: F8, 0A and BE. RGB value is (248,10,190). Sum of RGB (Red+Green+Blue) = 248+10+190=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F80ABE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80ABE is #07F541. Grayscale: #656565. Windows color (decimal): -521538 or 12454648. OLE color: 12454648.

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

Color convert

RGB 248 10 190 -
CMYK 0 0.96 0.23 0.03
HSL 314.62º 0.94% 0.51% -
HSV(B) 314.62º 0.96% 0.97% -
XYZ 48.11 23.89 50.79 -
YUV 101.68 177.85 232.36 -
System Red Green Blue C M Y K H S L
Decimal 248 10 190 0 0.96 0.23 0.03 314.62 0.94 0.51
Hex F8 A BE 0 60 17 3 13B 5E 33
Octal 370 12 276 0 140 27 3 473 136 63
Binary 11111000 1010 10111110 0 1100000 10111 11 100111011 1011110 110011

Color Harmonies of #F80ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80ABE

Black with #F80ABE

Text Example


Text Example

White with #F80ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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