Html Css Color HEX #FA0AB9 Shocking Pink

📋 copy color: '#FA0AB9'

red 250 ◦ green 10 ◦ blue 185

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

Shades of Shocking Pink #FA0AB9

Tints of Shocking Pink #FA0AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 56.18%
G = 2.25%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA0AB9 (or 0xFA0AB9) is known color: Shocking Pink. HEX triplet: FA, 0A and B9. RGB value is (250,10,185). Sum of RGB (Red+Green+Blue) = 250+10+185=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0AB9 is #05F546. Grayscale: #656565. Windows color (decimal): -390471 or 12126970. OLE color: 12126970.

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

Color convert

RGB 250 10 185 -
CMYK 0 0.96 0.26 0.02
HSL 316.25º 0.96% 0.51% -
HSV(B) 316.25º 0.96% 0.98% -
XYZ 48.29 24.04 47.99 -
YUV 101.71 175.01 233.77 -
System Red Green Blue C M Y K H S L
Decimal 250 10 185 0 0.96 0.26 0.02 316.25 0.96 0.51
Hex FA A B9 0 60 1A 2 13C 60 33
Octal 372 12 271 0 140 32 2 474 140 63
Binary 11111010 1010 10111001 0 1100000 11010 10 100111100 1100000 110011

Color Harmonies of #FA0AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0AB9

Black with #FA0AB9

Text Example


Text Example

White with #FA0AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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