Html Css Color HEX #FF2598 Persian Rose

📋 copy color: '#FF2598'

red 255 ◦ green 37 ◦ blue 152

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

Shades of Persian Rose #FF2598

Tints of Persian Rose #FF2598

RGB

 RED value IS 255 (100% from 255) = 57.43%

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

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

R = 57.43%
G = 8.33%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF2598 (or 0xFF2598) is known color: Persian Rose. HEX triplet: FF, 25 and 98. RGB value is (255,37,152). Sum of RGB (Red+Green+Blue) = 255+37+152=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2598 is #00DA67. Grayscale: #737373. Windows color (decimal): -55912 or 9971199. OLE color: 9971199.

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

Color convert

RGB 255 37 152 -
CMYK 0 0.85 0.40 0
HSL 328.35º 1% 0.57% -
HSV(B) 328.35º 0.85% 1% -
XYZ 47.57 24.85 32 -
YUV 115.29 148.72 227.65 -
System Red Green Blue C M Y K H S L
Decimal 255 37 152 0 0.85 0.40 0 328.35 1 0.57
Hex FF 25 98 0 55 28 0 148 64 39
Octal 377 45 230 0 125 50 0 510 144 71
Binary 11111111 100101 10011000 0 1010101 101000 0 101001000 1100100 111001

Color Harmonies of #FF2598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2598

Black with #FF2598

Text Example


Text Example

White with #FF2598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2598; }

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

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

background-color css

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

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

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

border-color css

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

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

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