Html Css Color HEX #FB1483 Deep Pink

📋 copy color: '#FB1483'

red 251 ◦ green 20 ◦ blue 131

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

Shades of Deep Pink #FB1483

Tints of Deep Pink #FB1483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.98%

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

R = 62.44%
G = 4.98%
B = 32.59%

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

#FB1483 (or 0xFB1483) is known color: Deep Pink. HEX triplet: FB, 14 and 83. RGB value is (251,20,131). Sum of RGB (Red+Green+Blue) = 251+20+131=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1483 is #04EB7C. Grayscale: #656565. Windows color (decimal): -322429 or 8590587. OLE color: 8590587.

HSL color Cylindrical-coordinate representation of color #FB1483: hue angle of 331.17º 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 #FB1483 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 20 131 -
CMYK 0 0.92 0.48 0.02
HSL 331.17º 0.97% 0.53% -
HSV(B) 331.17º 0.92% 0.98% -
XYZ 44.13 22.65 23.52 -
YUV 101.72 144.53 234.47 -
System Red Green Blue C M Y K H S L
Decimal 251 20 131 0 0.92 0.48 0.02 331.17 0.97 0.53
Hex FB 14 83 0 5C 30 2 14B 61 35
Octal 373 24 203 0 134 60 2 513 141 65
Binary 11111011 10100 10000011 0 1011100 110000 10 101001011 1100001 110101

Color Harmonies of #FB1483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1483

Black with #FB1483

Text Example


Text Example

White with #FB1483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1483; }

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

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

background-color css

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

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

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

border-color css

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

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

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