Html Css Color HEX #FE2DB3 Spicy Pink

📋 copy color: '#FE2DB3'

red 254 ◦ green 45 ◦ blue 179

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

Shades of Spicy Pink #FE2DB3

Tints of Spicy Pink #FE2DB3

RGB

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

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

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

R = 53.14%
G = 9.41%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE2DB3 (or 0xFE2DB3) is known color: Spicy Pink. HEX triplet: FE, 2D and B3. RGB value is (254,45,179). Sum of RGB (Red+Green+Blue) = 254+45+179=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DB3 is #01D24C. Grayscale: #7A7A7A. Windows color (decimal): -119373 or 11742718. OLE color: 11742718.

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

Color convert

RGB 254 45 179 -
CMYK 0 0.82 0.30 0.00
HSL 321.53º 0.99% 0.59% -
HSV(B) 321.53º 0.82% 1% -
XYZ 49.95 26.2 45.07 -
YUV 122.77 159.74 221.6 -
System Red Green Blue C M Y K H S L
Decimal 254 45 179 0 0.82 0.30 0.00 321.53 0.99 0.59
Hex FE 2D B3 0 52 1E 0 142 63 3B
Octal 376 55 263 0 122 36 0 502 143 73
Binary 11111110 101101 10110011 0 1010010 11110 0 101000010 1100011 111011

Color Harmonies of #FE2DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2DB3

Black with #FE2DB3

Text Example


Text Example

White with #FE2DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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