Html Css Color HEX #FD15BA Shocking Pink

📋 copy color: '#FD15BA'

red 253 ◦ green 21 ◦ blue 186

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

Shades of Shocking Pink #FD15BA

Tints of Shocking Pink #FD15BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.57%

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

R = 55%
G = 4.57%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD15BA (or 0xFD15BA) is known color: Shocking Pink. HEX triplet: FD, 15 and BA. RGB value is (253,21,186). Sum of RGB (Red+Green+Blue) = 253+21+186=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD15BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD15BA is #02EA45. Grayscale: #6C6C6C. Windows color (decimal): -191046 or 12195325. OLE color: 12195325.

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

Color convert

RGB 253 21 186 -
CMYK 0 0.92 0.26 0.01
HSL 317.33º 0.98% 0.54% -
HSV(B) 317.33º 0.92% 0.99% -
XYZ 49.64 24.96 48.66 -
YUV 109.18 171.36 230.58 -
System Red Green Blue C M Y K H S L
Decimal 253 21 186 0 0.92 0.26 0.01 317.33 0.98 0.54
Hex FD 15 BA 0 5C 1A 1 13D 62 36
Octal 375 25 272 0 134 32 1 475 142 66
Binary 11111101 10101 10111010 0 1011100 11010 1 100111101 1100010 110110

Color Harmonies of #FD15BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD15BA

Black with #FD15BA

Text Example


Text Example

White with #FD15BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD15BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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