Html Css Color HEX #FE2496 Persian Rose

📋 copy color: '#FE2496'

red 254 ◦ green 36 ◦ blue 150

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

Shades of Persian Rose #FE2496

Tints of Persian Rose #FE2496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.09%

R = 57.73%
G = 8.18%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE2496 (or 0xFE2496) is known color: Persian Rose. HEX triplet: FE, 24 and 96. RGB value is (254,36,150). Sum of RGB (Red+Green+Blue) = 254+36+150=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2496 is #01DB69. Grayscale: #717171. Windows color (decimal): -121706 or 9839870. OLE color: 9839870.

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

Color convert

RGB 254 36 150 -
CMYK 0 0.86 0.41 0.00
HSL 328.62º 0.99% 0.57% -
HSV(B) 328.62º 0.86% 1% -
XYZ 47.01 24.53 31.11 -
YUV 114.18 148.22 227.73 -
System Red Green Blue C M Y K H S L
Decimal 254 36 150 0 0.86 0.41 0.00 328.62 0.99 0.57
Hex FE 24 96 0 56 29 0 149 63 39
Octal 376 44 226 0 126 51 0 511 143 71
Binary 11111110 100100 10010110 0 1010110 101001 0 101001001 1100011 111001

Color Harmonies of #FE2496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2496

Black with #FE2496

Text Example


Text Example

White with #FE2496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2496; }

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

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

background-color css

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

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

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

border-color css

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

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

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