Html Css Color HEX #F81ECE Shocking Pink

📋 copy color: '#F81ECE'

red 248 ◦ green 30 ◦ blue 206

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

Shades of Shocking Pink #F81ECE

Tints of Shocking Pink #F81ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 51.24%
G = 6.2%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F81ECE (or 0xF81ECE) is known color: Shocking Pink. HEX triplet: F8, 1E and CE. RGB value is (248,30,206). Sum of RGB (Red+Green+Blue) = 248+30+206=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F81ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81ECE is #07E131. Grayscale: #727272. Windows color (decimal): -516402 or 13508344. OLE color: 13508344.

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

Color convert

RGB 248 30 206 -
CMYK 0 0.88 0.17 0.03
HSL 311.56º 0.94% 0.55% -
HSV(B) 311.56º 0.88% 0.97% -
XYZ 50.32 25.34 60.63 -
YUV 115.25 179.22 222.69 -
System Red Green Blue C M Y K H S L
Decimal 248 30 206 0 0.88 0.17 0.03 311.56 0.94 0.55
Hex F8 1E CE 0 58 11 3 138 5E 37
Octal 370 36 316 0 130 21 3 470 136 67
Binary 11111000 11110 11001110 0 1011000 10001 11 100111000 1011110 110111

Color Harmonies of #F81ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81ECE

Black with #F81ECE

Text Example


Text Example

White with #F81ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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