Html Css Color HEX #FB0983 Deep Pink

📋 copy color: '#FB0983'

red 251 ◦ green 9 ◦ blue 131

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

Shades of Deep Pink #FB0983

Tints of Deep Pink #FB0983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.3%

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

R = 64.19%
G = 2.3%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FB0983 (or 0xFB0983) is known color: Deep Pink. HEX triplet: FB, 09 and 83. RGB value is (251,9,131). Sum of RGB (Red+Green+Blue) = 251+9+131=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0983 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0983 is #04F67C. Grayscale: #5F5F5F. Windows color (decimal): -325245 or 8587771. OLE color: 8587771.

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

Color convert

RGB 251 9 131 -
CMYK 0 0.96 0.48 0.02
HSL 329.75º 0.97% 0.51% -
HSV(B) 329.75º 0.96% 0.98% -
XYZ 43.98 22.34 23.47 -
YUV 95.27 148.17 239.08 -
System Red Green Blue C M Y K H S L
Decimal 251 9 131 0 0.96 0.48 0.02 329.75 0.97 0.51
Hex FB 9 83 0 60 30 2 14A 61 33
Octal 373 11 203 0 140 60 2 512 141 63
Binary 11111011 1001 10000011 0 1100000 110000 10 101001010 1100001 110011

Color Harmonies of #FB0983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0983

Black with #FB0983

Text Example


Text Example

White with #FB0983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0983; }

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

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

background-color css

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

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

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

border-color css

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

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

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