Html Css Color HEX #FF2588 Deep Pink

📋 copy color: '#FF2588'

red 255 ◦ green 37 ◦ blue 136

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

Shades of Deep Pink #FF2588

Tints of Deep Pink #FF2588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.78%

R = 59.58%
G = 8.64%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF2588 (or 0xFF2588) is known color: Deep Pink. HEX triplet: FF, 25 and 88. RGB value is (255,37,136). Sum of RGB (Red+Green+Blue) = 255+37+136=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2588 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2588 is #00DA77. Grayscale: #717171. Windows color (decimal): -55928 or 8922623. OLE color: 8922623.

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

Color convert

RGB 255 37 136 -
CMYK 0 0.85 0.47 0
HSL 332.75º 1% 0.57% -
HSV(B) 332.75º 0.85% 1% -
XYZ 46.35 24.36 25.55 -
YUV 113.47 140.72 228.95 -
System Red Green Blue C M Y K H S L
Decimal 255 37 136 0 0.85 0.47 0 332.75 1 0.57
Hex FF 25 88 0 55 2F 0 14D 64 39
Octal 377 45 210 0 125 57 0 515 144 71
Binary 11111111 100101 10001000 0 1010101 101111 0 101001101 1100100 111001

Color Harmonies of #FF2588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2588

Black with #FF2588

Text Example


Text Example

White with #FF2588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2588; }

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

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

background-color css

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

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

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

border-color css

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

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

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