Html Css Color HEX #FA11BB Shocking Pink

📋 copy color: '#FA11BB'

red 250 ◦ green 17 ◦ blue 187

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

Shades of Shocking Pink #FA11BB

Tints of Shocking Pink #FA11BB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.74%

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

R = 55.07%
G = 3.74%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA11BB (or 0xFA11BB) is known color: Shocking Pink. HEX triplet: FA, 11 and BB. RGB value is (250,17,187). Sum of RGB (Red+Green+Blue) = 250+17+187=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 17 (7.03% from 255 or 3.74% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA11BB is #05EE44. Grayscale: #696969. Windows color (decimal): -388677 or 12259834. OLE color: 12259834.

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

Color convert

RGB 250 17 187 -
CMYK 0 0.93 0.25 0.02
HSL 316.22º 0.96% 0.52% -
HSV(B) 316.22º 0.93% 0.98% -
XYZ 48.59 24.31 49.15 -
YUV 106.05 173.69 230.68 -
System Red Green Blue C M Y K H S L
Decimal 250 17 187 0 0.93 0.25 0.02 316.22 0.96 0.52
Hex FA 11 BB 0 5D 19 2 13C 60 34
Octal 372 21 273 0 135 31 2 474 140 64
Binary 11111010 10001 10111011 0 1011101 11001 10 100111100 1100000 110100

Color Harmonies of #FA11BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA11BB

Black with #FA11BB

Text Example


Text Example

White with #FA11BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA11BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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