Html Css Color HEX #FE2599 Persian Rose

📋 copy color: '#FE2599'

red 254 ◦ green 37 ◦ blue 153

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

Shades of Persian Rose #FE2599

Tints of Persian Rose #FE2599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.33%

 BLUE value IS 153 (60.16% from 255) = 34.46%

R = 57.21%
G = 8.33%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE2599 (or 0xFE2599) is known color: Persian Rose. HEX triplet: FE, 25 and 99. RGB value is (254,37,153). Sum of RGB (Red+Green+Blue) = 254+37+153=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2599 is #01DA66. Grayscale: #727272. Windows color (decimal): -121447 or 10036734. OLE color: 10036734.

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

Color convert

RGB 254 37 153 -
CMYK 0 0.85 0.40 0.00
HSL 327.93º 0.99% 0.57% -
HSV(B) 327.93º 0.85% 1% -
XYZ 47.28 24.69 32.41 -
YUV 115.11 149.39 227.07 -
System Red Green Blue C M Y K H S L
Decimal 254 37 153 0 0.85 0.40 0.00 327.93 0.99 0.57
Hex FE 25 99 0 55 28 0 148 63 39
Octal 376 45 231 0 125 50 0 510 143 71
Binary 11111110 100101 10011001 0 1010101 101000 0 101001000 1100011 111001

Color Harmonies of #FE2599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2599

Black with #FE2599

Text Example


Text Example

White with #FE2599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2599; }

 p { color: rgb(254,37,153); }

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

background-color css

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

 a { background-color: rgb(254,37,153); }

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

border-color css

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

 span { border-color: rgb(254,37,153); }

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