Html Css Color HEX #F81ADA Shocking Pink

📋 copy color: '#F81ADA'

red 248 ◦ green 26 ◦ blue 218

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

Shades of Shocking Pink #F81ADA

Tints of Shocking Pink #F81ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 50.41%
G = 5.28%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F81ADA (or 0xF81ADA) is known color: Shocking Pink. HEX triplet: F8, 1A and DA. RGB value is (248,26,218). Sum of RGB (Red+Green+Blue) = 248+26+218=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 26 (10.55% from 255 or 5.28% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F81ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81ADA is #07E525. Grayscale: #717171. Windows color (decimal): -517414 or 14293752. OLE color: 14293752.

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

Color convert

RGB 248 26 218 -
CMYK 0 0.90 0.12 0.03
HSL 308.11º 0.94% 0.54% -
HSV(B) 308.11º 0.9% 0.97% -
XYZ 51.74 25.76 68.57 -
YUV 114.27 186.55 223.39 -
System Red Green Blue C M Y K H S L
Decimal 248 26 218 0 0.90 0.12 0.03 308.11 0.94 0.54
Hex F8 1A DA 0 5A C 3 134 5E 36
Octal 370 32 332 0 132 14 3 464 136 66
Binary 11111000 11010 11011010 0 1011010 1100 11 100110100 1011110 110110

Color Harmonies of #F81ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81ADA

Black with #F81ADA

Text Example


Text Example

White with #F81ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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