Html Css Color HEX #FA19BB Shocking Pink

📋 copy color: '#FA19BB'

red 250 ◦ green 25 ◦ blue 187

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

Shades of Shocking Pink #FA19BB

Tints of Shocking Pink #FA19BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.41%

 BLUE value IS 187 (73.44% from 255) = 40.48%

R = 54.11%
G = 5.41%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA19BB (or 0xFA19BB) is known color: Shocking Pink. HEX triplet: FA, 19 and BB. RGB value is (250,25,187). Sum of RGB (Red+Green+Blue) = 250+25+187=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA19BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA19BB is #05E644. Grayscale: #6E6E6E. Windows color (decimal): -386629 or 12261882. OLE color: 12261882.

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

Color convert

RGB 250 25 187 -
CMYK 0 0.9 0.25 0.02
HSL 316.8º 0.96% 0.54% -
HSV(B) 316.8º 0.9% 0.98% -
XYZ 48.74 24.61 49.19 -
YUV 110.74 171.04 227.33 -
System Red Green Blue C M Y K H S L
Decimal 250 25 187 0 0.9 0.25 0.02 316.8 0.96 0.54
Hex FA 19 BB 0 5A 19 2 13D 60 36
Octal 372 31 273 0 132 31 2 475 140 66
Binary 11111010 11001 10111011 0 1011010 11001 10 100111101 1100000 110110

Color Harmonies of #FA19BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA19BB

Black with #FA19BB

Text Example


Text Example

White with #FA19BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA19BB; }

 p { color: rgb(250,25,187); }

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

background-color css

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

 a { background-color: rgb(250,25,187); }

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

border-color css

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

 span { border-color: rgb(250,25,187); }

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