Html Css Color HEX #FA09B5 Shocking Pink

📋 copy color: '#FA09B5'

red 250 ◦ green 9 ◦ blue 181

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

Shades of Shocking Pink #FA09B5

Tints of Shocking Pink #FA09B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.14%

R = 56.82%
G = 2.05%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA09B5 (or 0xFA09B5) is known color: Shocking Pink. HEX triplet: FA, 09 and B5. RGB value is (250,9,181). Sum of RGB (Red+Green+Blue) = 250+9+181=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 9 (3.91% from 255 or 2.05% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09B5 is #05F64A. Grayscale: #646464. Windows color (decimal): -390731 or 11864570. OLE color: 11864570.

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

Color convert

RGB 250 9 181 -
CMYK 0 0.96 0.28 0.02
HSL 317.18º 0.96% 0.51% -
HSV(B) 317.18º 0.96% 0.98% -
XYZ 47.86 23.86 45.8 -
YUV 100.67 173.34 234.51 -
System Red Green Blue C M Y K H S L
Decimal 250 9 181 0 0.96 0.28 0.02 317.18 0.96 0.51
Hex FA 9 B5 0 60 1C 2 13D 60 33
Octal 372 11 265 0 140 34 2 475 140 63
Binary 11111010 1001 10110101 0 1100000 11100 10 100111101 1100000 110011

Color Harmonies of #FA09B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA09B5

Black with #FA09B5

Text Example


Text Example

White with #FA09B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA09B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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