Html Css Color HEX #FF09C5 Shocking Pink

📋 copy color: '#FF09C5'

red 255 ◦ green 9 ◦ blue 197

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

Shades of Shocking Pink #FF09C5

Tints of Shocking Pink #FF09C5

RGB

 RED value IS 255 (100% from 255) = 55.31%

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

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

R = 55.31%
G = 1.95%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF09C5 (or 0xFF09C5) is known color: Shocking Pink. HEX triplet: FF, 09 and C5. RGB value is (255,9,197). Sum of RGB (Red+Green+Blue) = 255+9+197=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 9 (3.91% from 255 or 1.95% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09C5 is #00F63A. Grayscale: #676767. Windows color (decimal): -63035 or 12913151. OLE color: 12913151.

HSL color Cylindrical-coordinate representation of color #FF09C5: hue angle of 314.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF09C5 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 9 197 -
CMYK 0 0.96 0.23 0
HSL 314.15º 1% 0.52% -
HSV(B) 314.15º 0.96% 1% -
XYZ 51.42 25.49 55.03 -
YUV 103.99 180.5 235.71 -
System Red Green Blue C M Y K H S L
Decimal 255 9 197 0 0.96 0.23 0 314.15 1 0.52
Hex FF 9 C5 0 60 17 0 13A 64 34
Octal 377 11 305 0 140 27 0 472 144 64
Binary 11111111 1001 11000101 0 1100000 10111 0 100111010 1100100 110100

Color Harmonies of #FF09C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF09C5

Black with #FF09C5

Text Example


Text Example

White with #FF09C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF09C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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