Html Css Color HEX #FD27B1 Spicy Pink

📋 copy color: '#FD27B1'

red 253 ◦ green 39 ◦ blue 177

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

Shades of Spicy Pink #FD27B1

Tints of Spicy Pink #FD27B1

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.32%

 BLUE value IS 177 (69.53% from 255) = 37.74%

R = 53.94%
G = 8.32%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD27B1 (or 0xFD27B1) is known color: Spicy Pink. HEX triplet: FD, 27 and B1. RGB value is (253,39,177). Sum of RGB (Red+Green+Blue) = 253+39+177=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD27B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD27B1 is #02D84E. Grayscale: #767676. Windows color (decimal): -186447 or 11610109. OLE color: 11610109.

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

Color convert

RGB 253 39 177 -
CMYK 0 0.85 0.30 0.01
HSL 321.31º 0.98% 0.57% -
HSV(B) 321.31º 0.85% 0.99% -
XYZ 49.17 25.51 43.93 -
YUV 118.72 160.9 223.78 -
System Red Green Blue C M Y K H S L
Decimal 253 39 177 0 0.85 0.30 0.01 321.31 0.98 0.57
Hex FD 27 B1 0 55 1E 1 141 62 39
Octal 375 47 261 0 125 36 1 501 142 71
Binary 11111101 100111 10110001 0 1010101 11110 1 101000001 1100010 111001

Color Harmonies of #FD27B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD27B1

Black with #FD27B1

Text Example


Text Example

White with #FD27B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD27B1; }

 p { color: rgb(253,39,177); }

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

background-color css

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

 a { background-color: rgb(253,39,177); }

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

border-color css

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

 span { border-color: rgb(253,39,177); }

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