Html Css Color HEX #FF2380 Deep Pink

📋 copy color: '#FF2380'

red 255 ◦ green 35 ◦ blue 128

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

Shades of Deep Pink #FF2380

Tints of Deep Pink #FF2380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 61%
G = 8.37%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF2380 (or 0xFF2380) is known color: Deep Pink. HEX triplet: FF, 23 and 80. RGB value is (255,35,128). Sum of RGB (Red+Green+Blue) = 255+35+128=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2380 is #00DC7F. Grayscale: #6F6F6F. Windows color (decimal): -56448 or 8397823. OLE color: 8397823.

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

Color convert

RGB 255 35 128 -
CMYK 0 0.86 0.50 0
HSL 334.64º 1% 0.57% -
HSV(B) 334.64º 0.86% 1% -
XYZ 45.74 24.02 22.65 -
YUV 111.38 137.39 230.44 -
System Red Green Blue C M Y K H S L
Decimal 255 35 128 0 0.86 0.50 0 334.64 1 0.57
Hex FF 23 80 0 56 32 0 14F 64 39
Octal 377 43 200 0 126 62 0 517 144 71
Binary 11111111 100011 10000000 0 1010110 110010 0 101001111 1100100 111001

Color Harmonies of #FF2380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2380

Black with #FF2380

Text Example


Text Example

White with #FF2380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2380; }

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

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

background-color css

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

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

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

border-color css

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

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

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