Html Css Color HEX #FB1583 Deep Pink

📋 copy color: '#FB1583'

red 251 ◦ green 21 ◦ blue 131

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

Shades of Deep Pink #FB1583

Tints of Deep Pink #FB1583

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.21%

 BLUE value IS 131 (51.56% from 255) = 32.51%

R = 62.28%
G = 5.21%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FB1583 (or 0xFB1583) is known color: Deep Pink. HEX triplet: FB, 15 and 83. RGB value is (251,21,131). Sum of RGB (Red+Green+Blue) = 251+21+131=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1583 is #04EA7C. Grayscale: #666666. Windows color (decimal): -322173 or 8590843. OLE color: 8590843.

HSL color Cylindrical-coordinate representation of color #FB1583: hue angle of 331.3º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1583 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 21 131 -
CMYK 0 0.92 0.48 0.02
HSL 331.3º 0.97% 0.53% -
HSV(B) 331.3º 0.92% 0.98% -
XYZ 44.15 22.68 23.52 -
YUV 102.31 144.2 234.06 -
System Red Green Blue C M Y K H S L
Decimal 251 21 131 0 0.92 0.48 0.02 331.3 0.97 0.53
Hex FB 15 83 0 5C 30 2 14B 61 35
Octal 373 25 203 0 134 60 2 513 141 65
Binary 11111011 10101 10000011 0 1011100 110000 10 101001011 1100001 110101

Color Harmonies of #FB1583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1583

Black with #FB1583

Text Example


Text Example

White with #FB1583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1583; }

 p { color: rgb(251,21,131); }

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

background-color css

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

 a { background-color: rgb(251,21,131); }

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

border-color css

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

 span { border-color: rgb(251,21,131); }

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