Html Css Color HEX #FA09B9 Shocking Pink

📋 copy color: '#FA09B9'

red 250 ◦ green 9 ◦ blue 185

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

Shades of Shocking Pink #FA09B9

Tints of Shocking Pink #FA09B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 56.31%
G = 2.03%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA09B9 (or 0xFA09B9) is known color: Shocking Pink. HEX triplet: FA, 09 and B9. RGB value is (250,9,185). Sum of RGB (Red+Green+Blue) = 250+9+185=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09B9 is #05F646. Grayscale: #646464. Windows color (decimal): -390727 or 12126714. OLE color: 12126714.

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

Color convert

RGB 250 9 185 -
CMYK 0 0.96 0.26 0.02
HSL 316.18º 0.96% 0.51% -
HSV(B) 316.18º 0.96% 0.98% -
XYZ 48.28 24.02 47.99 -
YUV 101.12 175.34 234.19 -
System Red Green Blue C M Y K H S L
Decimal 250 9 185 0 0.96 0.26 0.02 316.18 0.96 0.51
Hex FA 9 B9 0 60 1A 2 13C 60 33
Octal 372 11 271 0 140 32 2 474 140 63
Binary 11111010 1001 10111001 0 1100000 11010 10 100111100 1100000 110011

Color Harmonies of #FA09B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA09B9

Black with #FA09B9

Text Example


Text Example

White with #FA09B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA09B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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