Html Css Color HEX #FA09BD Shocking Pink

📋 copy color: '#FA09BD'

red 250 ◦ green 9 ◦ blue 189

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

Shades of Shocking Pink #FA09BD

Tints of Shocking Pink #FA09BD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.01%

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 55.8%
G = 2.01%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA09BD (or 0xFA09BD) is known color: Shocking Pink. HEX triplet: FA, 09 and BD. RGB value is (250,9,189). Sum of RGB (Red+Green+Blue) = 250+9+189=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09BD is #05F642. Grayscale: #656565. Windows color (decimal): -390723 or 12388858. OLE color: 12388858.

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

Color convert

RGB 250 9 189 -
CMYK 0 0.96 0.24 0.02
HSL 315.19º 0.96% 0.51% -
HSV(B) 315.19º 0.96% 0.98% -
XYZ 48.71 24.19 50.25 -
YUV 101.58 177.34 233.86 -
System Red Green Blue C M Y K H S L
Decimal 250 9 189 0 0.96 0.24 0.02 315.19 0.96 0.51
Hex FA 9 BD 0 60 18 2 13B 60 33
Octal 372 11 275 0 140 30 2 473 140 63
Binary 11111010 1001 10111101 0 1100000 11000 10 100111011 1100000 110011

Color Harmonies of #FA09BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA09BD

Black with #FA09BD

Text Example


Text Example

White with #FA09BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA09BD; }

 p { color: rgb(250,9,189); }

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

background-color css

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

 a { background-color: rgb(250,9,189); }

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

border-color css

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

 span { border-color: rgb(250,9,189); }

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