Html Css Color HEX #FF2388 Deep Pink

📋 copy color: '#FF2388'

red 255 ◦ green 35 ◦ blue 136

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

Shades of Deep Pink #FF2388

Tints of Deep Pink #FF2388

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.22%

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

R = 59.86%
G = 8.22%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF2388 (or 0xFF2388) is known color: Deep Pink. HEX triplet: FF, 23 and 88. RGB value is (255,35,136). Sum of RGB (Red+Green+Blue) = 255+35+136=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2388 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2388 is #00DC77. Grayscale: #707070. Windows color (decimal): -56440 or 8922111. OLE color: 8922111.

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

Color convert

RGB 255 35 136 -
CMYK 0 0.86 0.47 0
HSL 332.45º 1% 0.57% -
HSV(B) 332.45º 0.86% 1% -
XYZ 46.28 24.24 25.53 -
YUV 112.29 141.39 229.79 -
System Red Green Blue C M Y K H S L
Decimal 255 35 136 0 0.86 0.47 0 332.45 1 0.57
Hex FF 23 88 0 56 2F 0 14C 64 39
Octal 377 43 210 0 126 57 0 514 144 71
Binary 11111111 100011 10001000 0 1010110 101111 0 101001100 1100100 111001

Color Harmonies of #FF2388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2388

Black with #FF2388

Text Example


Text Example

White with #FF2388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2388; }

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

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

background-color css

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

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

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

border-color css

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

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

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