Html Css Color HEX #FD09BA Shocking Pink

📋 copy color: '#FD09BA'

red 253 ◦ green 9 ◦ blue 186

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

Shades of Shocking Pink #FD09BA

Tints of Shocking Pink #FD09BA

RGB

 RED value IS 253 (99.22% from 255) = 56.47%

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

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 56.47%
G = 2.01%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD09BA (or 0xFD09BA) is known color: Shocking Pink. HEX triplet: FD, 09 and BA. RGB value is (253,9,186). Sum of RGB (Red+Green+Blue) = 253+9+186=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD09BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD09BA is #02F645. Grayscale: #656565. Windows color (decimal): -194118 or 12192253. OLE color: 12192253.

HSL color Cylindrical-coordinate representation of color #FD09BA: hue angle of 316.48º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD09BA is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 9 186 -
CMYK 0 0.96 0.26 0.01
HSL 316.48º 0.98% 0.51% -
HSV(B) 316.48º 0.96% 0.99% -
XYZ 49.47 24.62 48.6 -
YUV 102.13 175.34 235.61 -
System Red Green Blue C M Y K H S L
Decimal 253 9 186 0 0.96 0.26 0.01 316.48 0.98 0.51
Hex FD 9 BA 0 60 1A 1 13C 62 33
Octal 375 11 272 0 140 32 1 474 142 63
Binary 11111101 1001 10111010 0 1100000 11010 1 100111100 1100010 110011

Color Harmonies of #FD09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD09BA

Black with #FD09BA

Text Example


Text Example

White with #FD09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD09BA; }

 p { color: rgb(253,9,186); }

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

background-color css

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

 a { background-color: rgb(253,9,186); }

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

border-color css

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

 span { border-color: rgb(253,9,186); }

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