Html Css Color HEX #F51ECE Shocking Pink

📋 copy color: '#F51ECE'

red 245 ◦ green 30 ◦ blue 206

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

Shades of Shocking Pink #F51ECE

Tints of Shocking Pink #F51ECE

RGB

 RED value IS 245 (96.09% from 255) = 50.94%

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

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

R = 50.94%
G = 6.24%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F51ECE (or 0xF51ECE) is known color: Shocking Pink. HEX triplet: F5, 1E and CE. RGB value is (245,30,206). Sum of RGB (Red+Green+Blue) = 245+30+206=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ECE is #0AE131. Grayscale: #717171. Windows color (decimal): -713010 or 13508341. OLE color: 13508341.

HSL color Cylindrical-coordinate representation of color #F51ECE: hue angle of 310.88º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51ECE is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 30 206 -
CMYK 0 0.88 0.16 0.04
HSL 310.88º 0.91% 0.54% -
HSV(B) 310.88º 0.88% 0.96% -
XYZ 49.26 24.8 60.58 -
YUV 114.35 179.73 221.19 -
System Red Green Blue C M Y K H S L
Decimal 245 30 206 0 0.88 0.16 0.04 310.88 0.91 0.54
Hex F5 1E CE 0 58 10 4 137 5B 36
Octal 365 36 316 0 130 20 4 467 133 66
Binary 11110101 11110 11001110 0 1011000 10000 100 100110111 1011011 110110

Color Harmonies of #F51ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51ECE

Black with #F51ECE

Text Example


Text Example

White with #F51ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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