Html Css Color HEX #FB0483 Deep Pink

📋 copy color: '#FB0483'

red 251 ◦ green 4 ◦ blue 131

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

Shades of Deep Pink #FB0483

Tints of Deep Pink #FB0483

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.04%

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

R = 65.03%
G = 1.04%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FB0483 (or 0xFB0483) is known color: Deep Pink. HEX triplet: FB, 04 and 83. RGB value is (251,4,131). Sum of RGB (Red+Green+Blue) = 251+4+131=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0483 is #04FB7C. Grayscale: #5C5C5C. Windows color (decimal): -326525 or 8586491. OLE color: 8586491.

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

Color convert

RGB 251 4 131 -
CMYK 0 0.98 0.48 0.02
HSL 329.15º 0.97% 0.5% -
HSV(B) 329.15º 0.98% 0.98% -
XYZ 43.92 22.23 23.45 -
YUV 92.33 149.83 241.17 -
System Red Green Blue C M Y K H S L
Decimal 251 4 131 0 0.98 0.48 0.02 329.15 0.97 0.5
Hex FB 4 83 0 62 30 2 149 61 32
Octal 373 4 203 0 142 60 2 511 141 62
Binary 11111011 100 10000011 0 1100010 110000 10 101001001 1100001 110010

Color Harmonies of #FB0483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0483

Black with #FB0483

Text Example


Text Example

White with #FB0483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0483; }

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

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

background-color css

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

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

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

border-color css

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

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

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