Html Css Color HEX #F81AD5 Shocking Pink

📋 copy color: '#F81AD5'

red 248 ◦ green 26 ◦ blue 213

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

Shades of Shocking Pink #F81AD5

Tints of Shocking Pink #F81AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.74%

R = 50.92%
G = 5.34%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F81AD5 (or 0xF81AD5) is known color: Shocking Pink. HEX triplet: F8, 1A and D5. RGB value is (248,26,213). Sum of RGB (Red+Green+Blue) = 248+26+213=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 26 (10.55% from 255 or 5.34% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81AD5 is #07E52A. Grayscale: #717171. Windows color (decimal): -517419 or 13966072. OLE color: 13966072.

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

Color convert

RGB 248 26 213 -
CMYK 0 0.90 0.14 0.03
HSL 309.46º 0.94% 0.54% -
HSV(B) 309.46º 0.9% 0.97% -
XYZ 51.09 25.5 65.18 -
YUV 113.7 184.05 223.79 -
System Red Green Blue C M Y K H S L
Decimal 248 26 213 0 0.90 0.14 0.03 309.46 0.94 0.54
Hex F8 1A D5 0 5A E 3 135 5E 36
Octal 370 32 325 0 132 16 3 465 136 66
Binary 11111000 11010 11010101 0 1011010 1110 11 100110101 1011110 110110

Color Harmonies of #F81AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81AD5

Black with #F81AD5

Text Example


Text Example

White with #F81AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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