Html Css Color HEX #F81EC8 Shocking Pink

📋 copy color: '#F81EC8'

red 248 ◦ green 30 ◦ blue 200

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

Shades of Shocking Pink #F81EC8

Tints of Shocking Pink #F81EC8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.28%

 BLUE value IS 200 (78.52% from 255) = 41.84%

R = 51.88%
G = 6.28%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F81EC8 (or 0xF81EC8) is known color: Shocking Pink. HEX triplet: F8, 1E and C8. RGB value is (248,30,200). Sum of RGB (Red+Green+Blue) = 248+30+200=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F81EC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81EC8 is #07E137. Grayscale: #727272. Windows color (decimal): -516408 or 13115128. OLE color: 13115128.

HSL color Cylindrical-coordinate representation of color #F81EC8: hue angle of 313.21º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81EC8 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 30 200 -
CMYK 0 0.88 0.19 0.03
HSL 313.21º 0.94% 0.55% -
HSV(B) 313.21º 0.88% 0.97% -
XYZ 49.6 25.06 56.87 -
YUV 114.56 176.22 223.18 -
System Red Green Blue C M Y K H S L
Decimal 248 30 200 0 0.88 0.19 0.03 313.21 0.94 0.55
Hex F8 1E C8 0 58 13 3 139 5E 37
Octal 370 36 310 0 130 23 3 471 136 67
Binary 11111000 11110 11001000 0 1011000 10011 11 100111001 1011110 110111

Color Harmonies of #F81EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81EC8

Black with #F81EC8

Text Example


Text Example

White with #F81EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81EC8; }

 p { color: rgb(248,30,200); }

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

background-color css

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

 a { background-color: rgb(248,30,200); }

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

border-color css

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

 span { border-color: rgb(248,30,200); }

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