Html Css Color HEX #FA01B6 Shocking Pink

📋 copy color: '#FA01B6'

red 250 ◦ green 1 ◦ blue 182

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

Shades of Shocking Pink #FA01B6

Tints of Shocking Pink #FA01B6

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 182 (71.48% from 255) = 42.03%

R = 57.74%
G = 0.23%
B = 42.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA01B6 (or 0xFA01B6) is known color: Shocking Pink. HEX triplet: FA, 01 and B6. RGB value is (250,1,182). Sum of RGB (Red+Green+Blue) = 250+1+182=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01B6 is #05FE49. Grayscale: #5F5F5F. Windows color (decimal): -392778 or 11928058. OLE color: 11928058.

HSL color Cylindrical-coordinate representation of color #FA01B6: hue angle of 316.39º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA01B6 is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 1 182 -
CMYK 0 1.00 0.27 0.02
HSL 316.39º 0.99% 0.49% -
HSV(B) 316.39º 1% 0.98% -
XYZ 47.88 23.72 46.31 -
YUV 96.09 176.49 237.78 -
System Red Green Blue C M Y K H S L
Decimal 250 1 182 0 1.00 0.27 0.02 316.39 0.99 0.49
Hex FA 1 B6 0 64 1B 2 13C 63 31
Octal 372 1 266 0 144 33 2 474 143 61
Binary 11111010 1 10110110 0 1100100 11011 10 100111100 1100011 110001

Color Harmonies of #FA01B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA01B6

Black with #FA01B6

Text Example


Text Example

White with #FA01B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA01B6; }

 p { color: rgb(250,1,182); }

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

background-color css

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

 a { background-color: rgb(250,1,182); }

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

border-color css

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

 span { border-color: rgb(250,1,182); }

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