Html Css Color HEX #FD1EBA Spicy Pink

📋 copy color: '#FD1EBA'

red 253 ◦ green 30 ◦ blue 186

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

Shades of Spicy Pink #FD1EBA

Tints of Spicy Pink #FD1EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.4%

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

R = 53.94%
G = 6.4%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD1EBA (or 0xFD1EBA) is known color: Spicy Pink. HEX triplet: FD, 1E and BA. RGB value is (253,30,186). Sum of RGB (Red+Green+Blue) = 253+30+186=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1EBA is #02E145. Grayscale: #727272. Windows color (decimal): -188742 or 12197629. OLE color: 12197629.

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

Color convert

RGB 253 30 186 -
CMYK 0 0.88 0.26 0.01
HSL 318.03º 0.98% 0.55% -
HSV(B) 318.03º 0.88% 0.99% -
XYZ 49.84 25.36 48.72 -
YUV 114.46 168.38 226.82 -
System Red Green Blue C M Y K H S L
Decimal 253 30 186 0 0.88 0.26 0.01 318.03 0.98 0.55
Hex FD 1E BA 0 58 1A 1 13E 62 37
Octal 375 36 272 0 130 32 1 476 142 67
Binary 11111101 11110 10111010 0 1011000 11010 1 100111110 1100010 110111

Color Harmonies of #FD1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1EBA

Black with #FD1EBA

Text Example


Text Example

White with #FD1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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