Html Css Color HEX #FB2380 Deep Pink

📋 copy color: '#FB2380'

red 251 ◦ green 35 ◦ blue 128

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

Shades of Deep Pink #FB2380

Tints of Deep Pink #FB2380

RGB

 RED value IS 251 (98.44% from 255) = 60.63%

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

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

R = 60.63%
G = 8.45%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB2380 (or 0xFB2380) is known color: Deep Pink. HEX triplet: FB, 23 and 80. RGB value is (251,35,128). Sum of RGB (Red+Green+Blue) = 251+35+128=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2380 is #04DC7F. Grayscale: #6E6E6E. Windows color (decimal): -318592 or 8397819. OLE color: 8397819.

HSL color Cylindrical-coordinate representation of color #FB2380: hue angle of 334.17º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2380 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 35 128 -
CMYK 0 0.86 0.49 0.02
HSL 334.17º 0.96% 0.56% -
HSV(B) 334.17º 0.86% 0.98% -
XYZ 44.28 23.27 22.58 -
YUV 110.19 138.06 228.44 -
System Red Green Blue C M Y K H S L
Decimal 251 35 128 0 0.86 0.49 0.02 334.17 0.96 0.56
Hex FB 23 80 0 56 31 2 14E 60 38
Octal 373 43 200 0 126 61 2 516 140 70
Binary 11111011 100011 10000000 0 1010110 110001 10 101001110 1100000 111000

Color Harmonies of #FB2380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2380

Black with #FB2380

Text Example


Text Example

White with #FB2380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2380; }

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

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

background-color css

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

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

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

border-color css

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

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

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