Html Css Color HEX #FB0A80 Deep Pink

📋 copy color: '#FB0A80'

red 251 ◦ green 10 ◦ blue 128

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

Shades of Deep Pink #FB0A80

Tints of Deep Pink #FB0A80

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.57%

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 64.52%
G = 2.57%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB0A80 (or 0xFB0A80) is known color: Deep Pink. HEX triplet: FB, 0A and 80. RGB value is (251,10,128). Sum of RGB (Red+Green+Blue) = 251+10+128=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0A80 is #04F57F. Grayscale: #5F5F5F. Windows color (decimal): -324992 or 8391419. OLE color: 8391419.

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

Color convert

RGB 251 10 128 -
CMYK 0 0.96 0.49 0.02
HSL 330.62º 0.97% 0.51% -
HSV(B) 330.62º 0.96% 0.98% -
XYZ 43.79 22.28 22.42 -
YUV 95.51 146.34 238.91 -
System Red Green Blue C M Y K H S L
Decimal 251 10 128 0 0.96 0.49 0.02 330.62 0.97 0.51
Hex FB A 80 0 60 31 2 14B 61 33
Octal 373 12 200 0 140 61 2 513 141 63
Binary 11111011 1010 10000000 0 1100000 110001 10 101001011 1100001 110011

Color Harmonies of #FB0A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0A80

Black with #FB0A80

Text Example


Text Example

White with #FB0A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0A80; }

 p { color: rgb(251,10,128); }

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

background-color css

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

 a { background-color: rgb(251,10,128); }

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

border-color css

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

 span { border-color: rgb(251,10,128); }

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