Html Css Color HEX #FE2492 Deep Pink

📋 copy color: '#FE2492'

red 254 ◦ green 36 ◦ blue 146

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

Shades of Deep Pink #FE2492

Tints of Deep Pink #FE2492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.26%

 BLUE value IS 146 (57.42% from 255) = 33.49%

R = 58.26%
G = 8.26%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE2492 (or 0xFE2492) is known color: Deep Pink. HEX triplet: FE, 24 and 92. RGB value is (254,36,146). Sum of RGB (Red+Green+Blue) = 254+36+146=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2492 is #01DB6D. Grayscale: #717171. Windows color (decimal): -121710 or 9577726. OLE color: 9577726.

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

Color convert

RGB 254 36 146 -
CMYK 0 0.86 0.43 0.00
HSL 329.72º 0.99% 0.57% -
HSV(B) 329.72º 0.86% 1% -
XYZ 46.69 24.41 29.44 -
YUV 113.72 146.22 228.06 -
System Red Green Blue C M Y K H S L
Decimal 254 36 146 0 0.86 0.43 0.00 329.72 0.99 0.57
Hex FE 24 92 0 56 2B 0 14A 63 39
Octal 376 44 222 0 126 53 0 512 143 71
Binary 11111110 100100 10010010 0 1010110 101011 0 101001010 1100011 111001

Color Harmonies of #FE2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2492

Black with #FE2492

Text Example


Text Example

White with #FE2492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2492; }

 p { color: rgb(254,36,146); }

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

background-color css

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

 a { background-color: rgb(254,36,146); }

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

border-color css

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

 span { border-color: rgb(254,36,146); }

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