Html Css Color HEX #F51EC4 Shocking Pink

📋 copy color: '#F51EC4'

red 245 ◦ green 30 ◦ blue 196

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

Shades of Shocking Pink #F51EC4

Tints of Shocking Pink #F51EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.61%

R = 52.02%
G = 6.37%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.2

 K value IS 0.04

RGB Variations

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

Color information

#F51EC4 (or 0xF51EC4) is known color: Shocking Pink. HEX triplet: F5, 1E and C4. RGB value is (245,30,196). Sum of RGB (Red+Green+Blue) = 245+30+196=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F51EC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51EC4 is #0AE13B. Grayscale: #707070. Windows color (decimal): -713020 or 12852981. OLE color: 12852981.

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

Color convert

RGB 245 30 196 -
CMYK 0 0.88 0.2 0.04
HSL 313.67º 0.91% 0.54% -
HSV(B) 313.67º 0.88% 0.96% -
XYZ 48.08 24.33 54.39 -
YUV 113.21 174.73 222 -
System Red Green Blue C M Y K H S L
Decimal 245 30 196 0 0.88 0.2 0.04 313.67 0.91 0.54
Hex F5 1E C4 0 58 14 4 13A 5B 36
Octal 365 36 304 0 130 24 4 472 133 66
Binary 11110101 11110 11000100 0 1011000 10100 100 100111010 1011011 110110

Color Harmonies of #F51EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51EC4

Black with #F51EC4

Text Example


Text Example

White with #F51EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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