Html Css Color HEX #FA0AB8 Shocking Pink

📋 copy color: '#FA0AB8'

red 250 ◦ green 10 ◦ blue 184

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

Shades of Shocking Pink #FA0AB8

Tints of Shocking Pink #FA0AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.44%

R = 56.31%
G = 2.25%
B = 41.44%

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

#FA0AB8 (or 0xFA0AB8) is known color: Shocking Pink. HEX triplet: FA, 0A and B8. RGB value is (250,10,184). Sum of RGB (Red+Green+Blue) = 250+10+184=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0AB8 is #05F547. Grayscale: #656565. Windows color (decimal): -390472 or 12061434. OLE color: 12061434.

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

Color convert

RGB 250 10 184 -
CMYK 0 0.96 0.26 0.02
HSL 316.5º 0.96% 0.51% -
HSV(B) 316.5º 0.96% 0.98% -
XYZ 48.18 24 47.44 -
YUV 101.6 174.51 233.85 -
System Red Green Blue C M Y K H S L
Decimal 250 10 184 0 0.96 0.26 0.02 316.5 0.96 0.51
Hex FA A B8 0 60 1A 2 13C 60 33
Octal 372 12 270 0 140 32 2 474 140 63
Binary 11111010 1010 10111000 0 1100000 11010 10 100111100 1100000 110011

Color Harmonies of #FA0AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0AB8

Black with #FA0AB8

Text Example


Text Example

White with #FA0AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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