Html Css Color HEX #FA00BA Shocking Pink

📋 copy color: '#FA00BA'

red 250 ◦ green 0 ◦ blue 186

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

Shades of Shocking Pink #FA00BA

Tints of Shocking Pink #FA00BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 57.34%
G = 0%
B = 42.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA00BA (or 0xFA00BA) is known color: Shocking Pink. HEX triplet: FA, 00 and BA. RGB value is (250,0,186). Sum of RGB (Red+Green+Blue) = 250+0+186=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00BA is #05FF45. Grayscale: #5F5F5F. Windows color (decimal): -393030 or 12189946. OLE color: 12189946.

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

Color convert

RGB 250 0 186 -
CMYK 0 1 0.26 0.02
HSL 315.36º 1% 0.49% -
HSV(B) 315.36º 1% 0.98% -
XYZ 48.29 23.87 48.52 -
YUV 95.95 178.83 237.88 -
System Red Green Blue C M Y K H S L
Decimal 250 0 186 0 1 0.26 0.02 315.36 1 0.49
Hex FA 0 BA 0 64 1A 2 13B 64 31
Octal 372 0 272 0 144 32 2 473 144 61
Binary 11111010 0 10111010 0 1100100 11010 10 100111011 1100100 110001

Color Harmonies of #FA00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA00BA

Black with #FA00BA

Text Example


Text Example

White with #FA00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA00BA; }

 p { color: rgb(250,0,186); }

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

background-color css

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

 a { background-color: rgb(250,0,186); }

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

border-color css

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

 span { border-color: rgb(250,0,186); }

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