Html Css Color HEX #FF2491 Deep Pink

📋 copy color: '#FF2491'

red 255 ◦ green 36 ◦ blue 145

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

Shades of Deep Pink #FF2491

Tints of Deep Pink #FF2491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.26%

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 58.49%
G = 8.26%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF2491 (or 0xFF2491) is known color: Deep Pink. HEX triplet: FF, 24 and 91. RGB value is (255,36,145). Sum of RGB (Red+Green+Blue) = 255+36+145=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2491 is #00DB6E. Grayscale: #717171. Windows color (decimal): -56175 or 9512191. OLE color: 9512191.

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

Color convert

RGB 255 36 145 -
CMYK 0 0.86 0.43 0
HSL 330.14º 1% 0.57% -
HSV(B) 330.14º 0.86% 1% -
XYZ 46.98 24.57 29.05 -
YUV 113.91 145.55 228.64 -
System Red Green Blue C M Y K H S L
Decimal 255 36 145 0 0.86 0.43 0 330.14 1 0.57
Hex FF 24 91 0 56 2B 0 14A 64 39
Octal 377 44 221 0 126 53 0 512 144 71
Binary 11111111 100100 10010001 0 1010110 101011 0 101001010 1100100 111001

Color Harmonies of #FF2491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2491

Black with #FF2491

Text Example


Text Example

White with #FF2491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2491; }

 p { color: rgb(255,36,145); }

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

background-color css

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

 a { background-color: rgb(255,36,145); }

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

border-color css

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

 span { border-color: rgb(255,36,145); }

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