Html Css Color HEX #FA1EC6 Shocking Pink

📋 copy color: '#FA1EC6'

red 250 ◦ green 30 ◦ blue 198

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

Shades of Shocking Pink #FA1EC6

Tints of Shocking Pink #FA1EC6

RGB

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

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

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

R = 52.3%
G = 6.28%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA1EC6 (or 0xFA1EC6) is known color: Shocking Pink. HEX triplet: FA, 1E and C6. RGB value is (250,30,198). Sum of RGB (Red+Green+Blue) = 250+30+198=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1EC6 is #05E139. Grayscale: #727272. Windows color (decimal): -385338 or 12984058. OLE color: 12984058.

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

Color convert

RGB 250 30 198 -
CMYK 0 0.88 0.21 0.02
HSL 314.18º 0.96% 0.55% -
HSV(B) 314.18º 0.88% 0.98% -
XYZ 50.08 25.33 55.68 -
YUV 114.93 174.89 224.34 -
System Red Green Blue C M Y K H S L
Decimal 250 30 198 0 0.88 0.21 0.02 314.18 0.96 0.55
Hex FA 1E C6 0 58 15 2 13A 60 37
Octal 372 36 306 0 130 25 2 472 140 67
Binary 11111010 11110 11000110 0 1011000 10101 10 100111010 1100000 110111

Color Harmonies of #FA1EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1EC6

Black with #FA1EC6

Text Example


Text Example

White with #FA1EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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