Html Css Color HEX #FF2597 Persian Rose

📋 copy color: '#FF2597'

red 255 ◦ green 37 ◦ blue 151

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

Shades of Persian Rose #FF2597

Tints of Persian Rose #FF2597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.09%

R = 57.56%
G = 8.35%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF2597 (or 0xFF2597) is known color: Persian Rose. HEX triplet: FF, 25 and 97. RGB value is (255,37,151). Sum of RGB (Red+Green+Blue) = 255+37+151=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2597 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2597 is #00DA68. Grayscale: #727272. Windows color (decimal): -55913 or 9905663. OLE color: 9905663.

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

Color convert

RGB 255 37 151 -
CMYK 0 0.85 0.41 0
HSL 328.62º 1% 0.57% -
HSV(B) 328.62º 0.85% 1% -
XYZ 47.49 24.82 31.57 -
YUV 115.18 148.22 227.73 -
System Red Green Blue C M Y K H S L
Decimal 255 37 151 0 0.85 0.41 0 328.62 1 0.57
Hex FF 25 97 0 55 29 0 149 64 39
Octal 377 45 227 0 125 51 0 511 144 71
Binary 11111111 100101 10010111 0 1010101 101001 0 101001001 1100100 111001

Color Harmonies of #FF2597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2597

Black with #FF2597

Text Example


Text Example

White with #FF2597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2597; }

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

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

background-color css

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

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

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

border-color css

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

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

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