Html Css Color HEX #FA1ECC Shocking Pink

📋 copy color: '#FA1ECC'

red 250 ◦ green 30 ◦ blue 204

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

Shades of Shocking Pink #FA1ECC

Tints of Shocking Pink #FA1ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 51.65%
G = 6.2%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA1ECC (or 0xFA1ECC) is known color: Shocking Pink. HEX triplet: FA, 1E and CC. RGB value is (250,30,204). Sum of RGB (Red+Green+Blue) = 250+30+204=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1ECC is #05E133. Grayscale: #737373. Windows color (decimal): -385332 or 13377274. OLE color: 13377274.

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

Color convert

RGB 250 30 204 -
CMYK 0 0.88 0.18 0.02
HSL 312.55º 0.96% 0.55% -
HSV(B) 312.55º 0.88% 0.98% -
XYZ 50.79 25.61 59.39 -
YUV 115.62 177.89 223.85 -
System Red Green Blue C M Y K H S L
Decimal 250 30 204 0 0.88 0.18 0.02 312.55 0.96 0.55
Hex FA 1E CC 0 58 12 2 139 60 37
Octal 372 36 314 0 130 22 2 471 140 67
Binary 11111010 11110 11001100 0 1011000 10010 10 100111001 1100000 110111

Color Harmonies of #FA1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1ECC

Black with #FA1ECC

Text Example


Text Example

White with #FA1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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