Html Css Color HEX #FE2DB7 Spicy Pink

📋 copy color: '#FE2DB7'

red 254 ◦ green 45 ◦ blue 183

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

Shades of Spicy Pink #FE2DB7

Tints of Spicy Pink #FE2DB7

RGB

 RED value IS 254 (99.61% from 255) = 52.7%

 GREEN value IS 45 (17.97% from 255) = 9.34%

 BLUE value IS 183 (71.88% from 255) = 37.97%

R = 52.7%
G = 9.34%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE2DB7 (or 0xFE2DB7) is known color: Spicy Pink. HEX triplet: FE, 2D and B7. RGB value is (254,45,183). Sum of RGB (Red+Green+Blue) = 254+45+183=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DB7 is #01D248. Grayscale: #7A7A7A. Windows color (decimal): -119369 or 12004862. OLE color: 12004862.

HSL color Cylindrical-coordinate representation of color #FE2DB7: hue angle of 320.38º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DB7 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 45 183 -
CMYK 0 0.82 0.28 0.00
HSL 320.38º 0.99% 0.59% -
HSV(B) 320.38º 0.82% 1% -
XYZ 50.36 26.37 47.23 -
YUV 123.22 161.74 221.28 -
System Red Green Blue C M Y K H S L
Decimal 254 45 183 0 0.82 0.28 0.00 320.38 0.99 0.59
Hex FE 2D B7 0 52 1C 0 140 63 3B
Octal 376 55 267 0 122 34 0 500 143 73
Binary 11111110 101101 10110111 0 1010010 11100 0 101000000 1100011 111011

Color Harmonies of #FE2DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2DB7

Black with #FE2DB7

Text Example


Text Example

White with #FE2DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2DB7; }

 p { color: rgb(254,45,183); }

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

background-color css

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

 a { background-color: rgb(254,45,183); }

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

border-color css

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

 span { border-color: rgb(254,45,183); }

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