Html Css Color HEX #FE2598 Persian Rose

📋 copy color: '#FE2598'

red 254 ◦ green 37 ◦ blue 152

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

Shades of Persian Rose #FE2598

Tints of Persian Rose #FE2598

RGB

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

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

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

R = 57.34%
G = 8.35%
B = 34.31%

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

#FE2598 (or 0xFE2598) is known color: Persian Rose. HEX triplet: FE, 25 and 98. RGB value is (254,37,152). Sum of RGB (Red+Green+Blue) = 254+37+152=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2598 is #01DA67. Grayscale: #727272. Windows color (decimal): -121448 or 9971198. OLE color: 9971198.

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

Color convert

RGB 254 37 152 -
CMYK 0 0.85 0.40 0.00
HSL 328.2º 0.99% 0.57% -
HSV(B) 328.2º 0.85% 1% -
XYZ 47.2 24.66 31.98 -
YUV 114.99 148.89 227.15 -
System Red Green Blue C M Y K H S L
Decimal 254 37 152 0 0.85 0.40 0.00 328.2 0.99 0.57
Hex FE 25 98 0 55 28 0 148 63 39
Octal 376 45 230 0 125 50 0 510 143 71
Binary 11111110 100101 10011000 0 1010101 101000 0 101001000 1100011 111001

Color Harmonies of #FE2598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2598

Black with #FE2598

Text Example


Text Example

White with #FE2598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2598; }

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

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

background-color css

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

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

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

border-color css

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

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

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