Html Css Color HEX #FA0EC6 Shocking Pink

📋 copy color: '#FA0EC6'

red 250 ◦ green 14 ◦ blue 198

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

Shades of Shocking Pink #FA0EC6

Tints of Shocking Pink #FA0EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.86%

R = 54.11%
G = 3.03%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA0EC6 (or 0xFA0EC6) is known color: Shocking Pink. HEX triplet: FA, 0E and C6. RGB value is (250,14,198). Sum of RGB (Red+Green+Blue) = 250+14+198=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 14 (5.86% from 255 or 3.03% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0EC6 is #05F139. Grayscale: #696969. Windows color (decimal): -389434 or 12979962. OLE color: 12979962.

HSL color Cylindrical-coordinate representation of color #FA0EC6: hue angle of 313.22º 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 #FA0EC6 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 14 198 -
CMYK 0 0.94 0.21 0.02
HSL 313.22º 0.96% 0.52% -
HSV(B) 313.22º 0.94% 0.98% -
XYZ 49.77 24.72 55.57 -
YUV 105.54 180.19 231.04 -
System Red Green Blue C M Y K H S L
Decimal 250 14 198 0 0.94 0.21 0.02 313.22 0.96 0.52
Hex FA E C6 0 5E 15 2 139 60 34
Octal 372 16 306 0 136 25 2 471 140 64
Binary 11111010 1110 11000110 0 1011110 10101 10 100111001 1100000 110100

Color Harmonies of #FA0EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0EC6

Black with #FA0EC6

Text Example


Text Example

White with #FA0EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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