Html Css Color HEX #F81ABE Shocking Pink

📋 copy color: '#F81ABE'

red 248 ◦ green 26 ◦ blue 190

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

Shades of Shocking Pink #F81ABE

Tints of Shocking Pink #F81ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.6%

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

R = 53.45%
G = 5.6%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F81ABE (or 0xF81ABE) is known color: Shocking Pink. HEX triplet: F8, 1A and BE. RGB value is (248,26,190). Sum of RGB (Red+Green+Blue) = 248+26+190=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F81ABE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81ABE is #07E541. Grayscale: #6E6E6E. Windows color (decimal): -517442 or 12458744. OLE color: 12458744.

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

Color convert

RGB 248 26 190 -
CMYK 0 0.90 0.23 0.03
HSL 315.68º 0.94% 0.54% -
HSV(B) 315.68º 0.9% 0.97% -
XYZ 48.38 24.41 50.88 -
YUV 111.07 172.55 225.66 -
System Red Green Blue C M Y K H S L
Decimal 248 26 190 0 0.90 0.23 0.03 315.68 0.94 0.54
Hex F8 1A BE 0 5A 17 3 13C 5E 36
Octal 370 32 276 0 132 27 3 474 136 66
Binary 11111000 11010 10111110 0 1011010 10111 11 100111100 1011110 110110

Color Harmonies of #F81ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81ABE

Black with #F81ABE

Text Example


Text Example

White with #F81ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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