Html Css Color HEX #FB0792 Deep Pink

📋 copy color: '#FB0792'

red 251 ◦ green 7 ◦ blue 146

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

Shades of Deep Pink #FB0792

Tints of Deep Pink #FB0792

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.73%

 BLUE value IS 146 (57.42% from 255) = 36.14%

R = 62.13%
G = 1.73%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB0792 (or 0xFB0792) is known color: Deep Pink. HEX triplet: FB, 07 and 92. RGB value is (251,7,146). Sum of RGB (Red+Green+Blue) = 251+7+146=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0792 is #04F86D. Grayscale: #5F5F5F. Windows color (decimal): -325742 or 9570299. OLE color: 9570299.

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

Color convert

RGB 251 7 146 -
CMYK 0 0.97 0.42 0.02
HSL 325.82º 0.97% 0.51% -
HSV(B) 325.82º 0.97% 0.98% -
XYZ 45.05 22.74 29.21 -
YUV 95.8 156.34 238.7 -
System Red Green Blue C M Y K H S L
Decimal 251 7 146 0 0.97 0.42 0.02 325.82 0.97 0.51
Hex FB 7 92 0 61 2A 2 146 61 33
Octal 373 7 222 0 141 52 2 506 141 63
Binary 11111011 111 10010010 0 1100001 101010 10 101000110 1100001 110011

Color Harmonies of #FB0792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0792

Black with #FB0792

Text Example


Text Example

White with #FB0792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0792; }

 p { color: rgb(251,7,146); }

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

background-color css

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

 a { background-color: rgb(251,7,146); }

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

border-color css

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

 span { border-color: rgb(251,7,146); }

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