Html Css Color HEX #FE2498 Persian Rose

📋 copy color: '#FE2498'

red 254 ◦ green 36 ◦ blue 152

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

Shades of Persian Rose #FE2498

Tints of Persian Rose #FE2498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.39%

R = 57.47%
G = 8.14%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE2498 (or 0xFE2498) is known color: Persian Rose. HEX triplet: FE, 24 and 98. RGB value is (254,36,152). Sum of RGB (Red+Green+Blue) = 254+36+152=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2498 is #01DB67. Grayscale: #727272. Windows color (decimal): -121704 or 9970942. OLE color: 9970942.

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

Color convert

RGB 254 36 152 -
CMYK 0 0.86 0.40 0.00
HSL 328.07º 0.99% 0.57% -
HSV(B) 328.07º 0.86% 1% -
XYZ 47.17 24.6 31.97 -
YUV 114.41 149.22 227.57 -
System Red Green Blue C M Y K H S L
Decimal 254 36 152 0 0.86 0.40 0.00 328.07 0.99 0.57
Hex FE 24 98 0 56 28 0 148 63 39
Octal 376 44 230 0 126 50 0 510 143 71
Binary 11111110 100100 10011000 0 1010110 101000 0 101001000 1100011 111001

Color Harmonies of #FE2498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2498

Black with #FE2498

Text Example


Text Example

White with #FE2498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2498; }

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

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

background-color css

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

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

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

border-color css

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

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

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