Html Css Color HEX #FD16B2 Spicy Pink

📋 copy color: '#FD16B2'

red 253 ◦ green 22 ◦ blue 178

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

Shades of Spicy Pink #FD16B2

Tints of Spicy Pink #FD16B2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.86%

 BLUE value IS 178 (69.92% from 255) = 39.29%

R = 55.85%
G = 4.86%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD16B2 (or 0xFD16B2) is known color: Spicy Pink. HEX triplet: FD, 16 and B2. RGB value is (253,22,178). Sum of RGB (Red+Green+Blue) = 253+22+178=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD16B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD16B2 is #02E94D. Grayscale: #6C6C6C. Windows color (decimal): -190798 or 11671293. OLE color: 11671293.

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

Color convert

RGB 253 22 178 -
CMYK 0 0.91 0.30 0.01
HSL 319.48º 0.98% 0.54% -
HSV(B) 319.48º 0.91% 0.99% -
XYZ 48.83 24.67 44.31 -
YUV 108.85 167.03 230.82 -
System Red Green Blue C M Y K H S L
Decimal 253 22 178 0 0.91 0.30 0.01 319.48 0.98 0.54
Hex FD 16 B2 0 5B 1E 1 13F 62 36
Octal 375 26 262 0 133 36 1 477 142 66
Binary 11111101 10110 10110010 0 1011011 11110 1 100111111 1100010 110110

Color Harmonies of #FD16B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD16B2

Black with #FD16B2

Text Example


Text Example

White with #FD16B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD16B2; }

 p { color: rgb(253,22,178); }

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

background-color css

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

 a { background-color: rgb(253,22,178); }

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

border-color css

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

 span { border-color: rgb(253,22,178); }

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