Html Css Color HEX #FA1FC9 Shocking Pink

📋 copy color: '#FA1FC9'

red 250 ◦ green 31 ◦ blue 201

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

Shades of Shocking Pink #FA1FC9

Tints of Shocking Pink #FA1FC9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.43%

 BLUE value IS 201 (78.91% from 255) = 41.7%

R = 51.87%
G = 6.43%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA1FC9 (or 0xFA1FC9) is known color: Shocking Pink. HEX triplet: FA, 1F and C9. RGB value is (250,31,201). Sum of RGB (Red+Green+Blue) = 250+31+201=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1FC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1FC9 is #05E036. Grayscale: #737373. Windows color (decimal): -385079 or 13180922. OLE color: 13180922.

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

Color convert

RGB 250 31 201 -
CMYK 0 0.88 0.20 0.02
HSL 313.42º 0.96% 0.55% -
HSV(B) 313.42º 0.88% 0.98% -
XYZ 50.46 25.52 57.53 -
YUV 115.86 176.05 223.68 -
System Red Green Blue C M Y K H S L
Decimal 250 31 201 0 0.88 0.20 0.02 313.42 0.96 0.55
Hex FA 1F C9 0 58 14 2 139 60 37
Octal 372 37 311 0 130 24 2 471 140 67
Binary 11111010 11111 11001001 0 1011000 10100 10 100111001 1100000 110111

Color Harmonies of #FA1FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1FC9

Black with #FA1FC9

Text Example


Text Example

White with #FA1FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1FC9; }

 p { color: rgb(250,31,201); }

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

background-color css

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

 a { background-color: rgb(250,31,201); }

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

border-color css

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

 span { border-color: rgb(250,31,201); }

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