Html Css Color HEX #FA09C1 Shocking Pink

📋 copy color: '#FA09C1'

red 250 ◦ green 9 ◦ blue 193

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

Shades of Shocking Pink #FA09C1

Tints of Shocking Pink #FA09C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.7%

R = 55.31%
G = 1.99%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA09C1 (or 0xFA09C1) is known color: Shocking Pink. HEX triplet: FA, 09 and C1. RGB value is (250,9,193). Sum of RGB (Red+Green+Blue) = 250+9+193=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA09C1 is #05F63E. Grayscale: #656565. Windows color (decimal): -390719 or 12651002. OLE color: 12651002.

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

Color convert

RGB 250 9 193 -
CMYK 0 0.96 0.23 0.02
HSL 314.19º 0.96% 0.51% -
HSV(B) 314.19º 0.96% 0.98% -
XYZ 49.15 24.37 52.57 -
YUV 102.04 179.34 233.54 -
System Red Green Blue C M Y K H S L
Decimal 250 9 193 0 0.96 0.23 0.02 314.19 0.96 0.51
Hex FA 9 C1 0 60 17 2 13A 60 33
Octal 372 11 301 0 140 27 2 472 140 63
Binary 11111010 1001 11000001 0 1100000 10111 10 100111010 1100000 110011

Color Harmonies of #FA09C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA09C1

Black with #FA09C1

Text Example


Text Example

White with #FA09C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA09C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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