Html Css Color HEX #FB0794 Deep Pink

📋 copy color: '#FB0794'

red 251 ◦ green 7 ◦ blue 148

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

Shades of Deep Pink #FB0794

Tints of Deep Pink #FB0794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.45%

R = 61.82%
G = 1.72%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB0794 (or 0xFB0794) is known color: Deep Pink. HEX triplet: FB, 07 and 94. RGB value is (251,7,148). Sum of RGB (Red+Green+Blue) = 251+7+148=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0794 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0794 is #04F86B. Grayscale: #5F5F5F. Windows color (decimal): -325740 or 9701371. OLE color: 9701371.

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

Color convert

RGB 251 7 148 -
CMYK 0 0.97 0.41 0.02
HSL 325.33º 0.97% 0.51% -
HSV(B) 325.33º 0.97% 0.98% -
XYZ 45.2 22.8 30.04 -
YUV 96.03 157.34 238.54 -
System Red Green Blue C M Y K H S L
Decimal 251 7 148 0 0.97 0.41 0.02 325.33 0.97 0.51
Hex FB 7 94 0 61 29 2 145 61 33
Octal 373 7 224 0 141 51 2 505 141 63
Binary 11111011 111 10010100 0 1100001 101001 10 101000101 1100001 110011

Color Harmonies of #FB0794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0794

Black with #FB0794

Text Example


Text Example

White with #FB0794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0794; }

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

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

background-color css

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

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

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

border-color css

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

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

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