Html Css Color HEX #FB1983 Deep Pink

📋 copy color: '#FB1983'

red 251 ◦ green 25 ◦ blue 131

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

Shades of Deep Pink #FB1983

Tints of Deep Pink #FB1983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.14%

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

R = 61.67%
G = 6.14%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FB1983 (or 0xFB1983) is known color: Deep Pink. HEX triplet: FB, 19 and 83. RGB value is (251,25,131). Sum of RGB (Red+Green+Blue) = 251+25+131=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1983 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1983 is #04E67C. Grayscale: #686868. Windows color (decimal): -321149 or 8591867. OLE color: 8591867.

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

Color convert

RGB 251 25 131 -
CMYK 0 0.90 0.48 0.02
HSL 331.86º 0.97% 0.54% -
HSV(B) 331.86º 0.9% 0.98% -
XYZ 44.23 22.84 23.55 -
YUV 104.66 142.87 232.38 -
System Red Green Blue C M Y K H S L
Decimal 251 25 131 0 0.90 0.48 0.02 331.86 0.97 0.54
Hex FB 19 83 0 5A 30 2 14C 61 36
Octal 373 31 203 0 132 60 2 514 141 66
Binary 11111011 11001 10000011 0 1011010 110000 10 101001100 1100001 110110

Color Harmonies of #FB1983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1983

Black with #FB1983

Text Example


Text Example

White with #FB1983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1983; }

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

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

background-color css

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

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

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

border-color css

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

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

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