Html Css Color HEX #FF2379 Deep Pink

📋 copy color: '#FF2379'

red 255 ◦ green 35 ◦ blue 121

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

Shades of Deep Pink #FF2379

Tints of Deep Pink #FF2379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.44%

R = 62.04%
G = 8.52%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF2379 (or 0xFF2379) is known color: Deep Pink. HEX triplet: FF, 23 and 79. RGB value is (255,35,121). Sum of RGB (Red+Green+Blue) = 255+35+121=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2379 is #00DC86. Grayscale: #6E6E6E. Windows color (decimal): -56455 or 7939071. OLE color: 7939071.

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

Color convert

RGB 255 35 121 -
CMYK 0 0.86 0.53 0
HSL 336.55º 1% 0.57% -
HSV(B) 336.55º 0.86% 1% -
XYZ 45.29 23.84 20.3 -
YUV 110.58 133.89 231.01 -
System Red Green Blue C M Y K H S L
Decimal 255 35 121 0 0.86 0.53 0 336.55 1 0.57
Hex FF 23 79 0 56 35 0 151 64 39
Octal 377 43 171 0 126 65 0 521 144 71
Binary 11111111 100011 1111001 0 1010110 110101 0 101010001 1100100 111001

Color Harmonies of #FF2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2379

Black with #FF2379

Text Example


Text Example

White with #FF2379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2379; }

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

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

background-color css

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

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

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

border-color css

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

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

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