Html Css Color HEX #FA09C5 Shocking Pink

📋 copy color: '#FA09C5'

red 250 ◦ green 9 ◦ blue 197

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

Shades of Shocking Pink #FA09C5

Tints of Shocking Pink #FA09C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.2%

R = 54.82%
G = 1.97%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA09C5 (or 0xFA09C5) is known color: Shocking Pink. HEX triplet: FA, 09 and C5. RGB value is (250,9,197). Sum of RGB (Red+Green+Blue) = 250+9+197=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 9 (3.91% from 255 or 1.97% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09C5 is #05F63A. Grayscale: #656565. Windows color (decimal): -390715 or 12913146. OLE color: 12913146.

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

Color convert

RGB 250 9 197 -
CMYK 0 0.96 0.21 0.02
HSL 313.2º 0.96% 0.51% -
HSV(B) 313.2º 0.96% 0.98% -
XYZ 49.6 24.55 54.95 -
YUV 102.49 181.34 233.21 -
System Red Green Blue C M Y K H S L
Decimal 250 9 197 0 0.96 0.21 0.02 313.2 0.96 0.51
Hex FA 9 C5 0 60 15 2 139 60 33
Octal 372 11 305 0 140 25 2 471 140 63
Binary 11111010 1001 11000101 0 1100000 10101 10 100111001 1100000 110011

Color Harmonies of #FA09C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA09C5

Black with #FA09C5

Text Example


Text Example

White with #FA09C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA09C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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