Html Css Color HEX #F81AD4 Shocking Pink

📋 copy color: '#F81AD4'

red 248 ◦ green 26 ◦ blue 212

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

Shades of Shocking Pink #F81AD4

Tints of Shocking Pink #F81AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.62%

R = 51.03%
G = 5.35%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F81AD4 (or 0xF81AD4) is known color: Shocking Pink. HEX triplet: F8, 1A and D4. RGB value is (248,26,212). Sum of RGB (Red+Green+Blue) = 248+26+212=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 26 (10.55% from 255 or 5.35% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81AD4 is #07E52B. Grayscale: #717171. Windows color (decimal): -517420 or 13900536. OLE color: 13900536.

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

Color convert

RGB 248 26 212 -
CMYK 0 0.90 0.15 0.03
HSL 309.73º 0.94% 0.54% -
HSV(B) 309.73º 0.9% 0.97% -
XYZ 50.96 25.45 64.51 -
YUV 113.58 183.55 223.88 -
System Red Green Blue C M Y K H S L
Decimal 248 26 212 0 0.90 0.15 0.03 309.73 0.94 0.54
Hex F8 1A D4 0 5A F 3 136 5E 36
Octal 370 32 324 0 132 17 3 466 136 66
Binary 11111000 11010 11010100 0 1011010 1111 11 100110110 1011110 110110

Color Harmonies of #F81AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81AD4

Black with #F81AD4

Text Example


Text Example

White with #F81AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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