Html Css Color HEX #FD1CB3 Spicy Pink

📋 copy color: '#FD1CB3'

red 253 ◦ green 28 ◦ blue 179

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

Shades of Spicy Pink #FD1CB3

Tints of Spicy Pink #FD1CB3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.09%

 BLUE value IS 179 (70.31% from 255) = 38.91%

R = 55%
G = 6.09%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FD1CB3 (or 0xFD1CB3) is known color: Spicy Pink. HEX triplet: FD, 1C and B3. RGB value is (253,28,179). Sum of RGB (Red+Green+Blue) = 253+28+179=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CB3 is #02E34C. Grayscale: #707070. Windows color (decimal): -189261 or 11738365. OLE color: 11738365.

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

Color convert

RGB 253 28 179 -
CMYK 0 0.89 0.29 0.01
HSL 319.73º 0.98% 0.55% -
HSV(B) 319.73º 0.89% 0.99% -
XYZ 49.06 24.97 44.88 -
YUV 112.49 165.54 228.22 -
System Red Green Blue C M Y K H S L
Decimal 253 28 179 0 0.89 0.29 0.01 319.73 0.98 0.55
Hex FD 1C B3 0 59 1D 1 140 62 37
Octal 375 34 263 0 131 35 1 500 142 67
Binary 11111101 11100 10110011 0 1011001 11101 1 101000000 1100010 110111

Color Harmonies of #FD1CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1CB3

Black with #FD1CB3

Text Example


Text Example

White with #FD1CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1CB3; }

 p { color: rgb(253,28,179); }

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

background-color css

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

 a { background-color: rgb(253,28,179); }

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

border-color css

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

 span { border-color: rgb(253,28,179); }

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