Html Css Color HEX #FF2596 Persian Rose

📋 copy color: '#FF2596'

red 255 ◦ green 37 ◦ blue 150

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

Shades of Persian Rose #FF2596

Tints of Persian Rose #FF2596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.94%

R = 57.69%
G = 8.37%
B = 33.94%

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

#FF2596 (or 0xFF2596) is known color: Persian Rose. HEX triplet: FF, 25 and 96. RGB value is (255,37,150). Sum of RGB (Red+Green+Blue) = 255+37+150=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2596 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2596 is #00DA69. Grayscale: #727272. Windows color (decimal): -55914 or 9840127. OLE color: 9840127.

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

Color convert

RGB 255 37 150 -
CMYK 0 0.85 0.41 0
HSL 328.9º 1% 0.57% -
HSV(B) 328.9º 0.85% 1% -
XYZ 47.41 24.79 31.14 -
YUV 115.06 147.72 227.81 -
System Red Green Blue C M Y K H S L
Decimal 255 37 150 0 0.85 0.41 0 328.9 1 0.57
Hex FF 25 96 0 55 29 0 149 64 39
Octal 377 45 226 0 125 51 0 511 144 71
Binary 11111111 100101 10010110 0 1010101 101001 0 101001001 1100100 111001

Color Harmonies of #FF2596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2596

Black with #FF2596

Text Example


Text Example

White with #FF2596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2596; }

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

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

background-color css

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

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

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

border-color css

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

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

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