Html Css Color HEX #FA0EC4 Shocking Pink

📋 copy color: '#FA0EC4'

red 250 ◦ green 14 ◦ blue 196

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

Shades of Shocking Pink #FA0EC4

Tints of Shocking Pink #FA0EC4

RGB

 RED value IS 250 (98.05% from 255) = 54.35%

 GREEN value IS 14 (5.86% from 255) = 3.04%

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

R = 54.35%
G = 3.04%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA0EC4 (or 0xFA0EC4) is known color: Shocking Pink. HEX triplet: FA, 0E and C4. RGB value is (250,14,196). Sum of RGB (Red+Green+Blue) = 250+14+196=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EC4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0EC4 is #05F13B. Grayscale: #686868. Windows color (decimal): -389436 or 12848890. OLE color: 12848890.

HSL color Cylindrical-coordinate representation of color #FA0EC4: hue angle of 313.73º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0EC4 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 14 196 -
CMYK 0 0.94 0.22 0.02
HSL 313.73º 0.96% 0.52% -
HSV(B) 313.73º 0.94% 0.98% -
XYZ 49.55 24.62 54.37 -
YUV 105.31 179.19 231.2 -
System Red Green Blue C M Y K H S L
Decimal 250 14 196 0 0.94 0.22 0.02 313.73 0.96 0.52
Hex FA E C4 0 5E 16 2 13A 60 34
Octal 372 16 304 0 136 26 2 472 140 64
Binary 11111010 1110 11000100 0 1011110 10110 10 100111010 1100000 110100

Color Harmonies of #FA0EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0EC4

Black with #FA0EC4

Text Example


Text Example

White with #FA0EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0EC4; }

 p { color: rgb(250,14,196); }

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

background-color css

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

 a { background-color: rgb(250,14,196); }

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

border-color css

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

 span { border-color: rgb(250,14,196); }

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