Html Css Color HEX #FA0AB6 Shocking Pink

📋 copy color: '#FA0AB6'

red 250 ◦ green 10 ◦ blue 182

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

Shades of Shocking Pink #FA0AB6

Tints of Shocking Pink #FA0AB6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.26%

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

R = 56.56%
G = 2.26%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA0AB6 (or 0xFA0AB6) is known color: Shocking Pink. HEX triplet: FA, 0A and B6. RGB value is (250,10,182). Sum of RGB (Red+Green+Blue) = 250+10+182=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0AB6 is #05F549. Grayscale: #646464. Windows color (decimal): -390474 or 11930362. OLE color: 11930362.

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

Color convert

RGB 250 10 182 -
CMYK 0 0.96 0.27 0.02
HSL 317º 0.96% 0.51% -
HSV(B) 317º 0.96% 0.98% -
XYZ 47.98 23.92 46.34 -
YUV 101.37 173.51 234.01 -
System Red Green Blue C M Y K H S L
Decimal 250 10 182 0 0.96 0.27 0.02 317 0.96 0.51
Hex FA A B6 0 60 1B 2 13D 60 33
Octal 372 12 266 0 140 33 2 475 140 63
Binary 11111010 1010 10110110 0 1100000 11011 10 100111101 1100000 110011

Color Harmonies of #FA0AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0AB6

Black with #FA0AB6

Text Example


Text Example

White with #FA0AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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