Html Css Color HEX #FD14B2 Spicy Pink

📋 copy color: '#FD14B2'

red 253 ◦ green 20 ◦ blue 178

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

Shades of Spicy Pink #FD14B2

Tints of Spicy Pink #FD14B2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.43%

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

R = 56.1%
G = 4.43%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD14B2 (or 0xFD14B2) is known color: Spicy Pink. HEX triplet: FD, 14 and B2. RGB value is (253,20,178). Sum of RGB (Red+Green+Blue) = 253+20+178=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD14B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD14B2 is #02EB4D. Grayscale: #6B6B6B. Windows color (decimal): -191310 or 11670781. OLE color: 11670781.

HSL color Cylindrical-coordinate representation of color #FD14B2: hue angle of 319.31º 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 #FD14B2 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 20 178 -
CMYK 0 0.92 0.30 0.01
HSL 319.31º 0.98% 0.54% -
HSV(B) 319.31º 0.92% 0.99% -
XYZ 48.79 24.6 44.3 -
YUV 107.68 167.69 231.65 -
System Red Green Blue C M Y K H S L
Decimal 253 20 178 0 0.92 0.30 0.01 319.31 0.98 0.54
Hex FD 14 B2 0 5C 1E 1 13F 62 36
Octal 375 24 262 0 134 36 1 477 142 66
Binary 11111101 10100 10110010 0 1011100 11110 1 100111111 1100010 110110

Color Harmonies of #FD14B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD14B2

Black with #FD14B2

Text Example


Text Example

White with #FD14B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD14B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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