Html Css Color HEX #FB0279 Deep Pink

📋 copy color: '#FB0279'

red 251 ◦ green 2 ◦ blue 121

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

Shades of Deep Pink #FB0279

Tints of Deep Pink #FB0279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 67.11%
G = 0.53%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB0279 (or 0xFB0279) is known color: Deep Pink. HEX triplet: FB, 02 and 79. RGB value is (251,2,121). Sum of RGB (Red+Green+Blue) = 251+2+121=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0279 is #04FD86. Grayscale: #595959. Windows color (decimal): -327047 or 7930619. OLE color: 7930619.

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

Color convert

RGB 251 2 121 -
CMYK 0 0.99 0.52 0.02
HSL 331.33º 0.98% 0.5% -
HSV(B) 331.33º 0.99% 0.98% -
XYZ 43.26 21.93 20.04 -
YUV 90.02 145.49 242.82 -
System Red Green Blue C M Y K H S L
Decimal 251 2 121 0 0.99 0.52 0.02 331.33 0.98 0.5
Hex FB 2 79 0 63 34 2 14B 62 32
Octal 373 2 171 0 143 64 2 513 142 62
Binary 11111011 10 1111001 0 1100011 110100 10 101001011 1100010 110010

Color Harmonies of #FB0279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0279

Black with #FB0279

Text Example


Text Example

White with #FB0279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0279; }

 p { color: rgb(251,2,121); }

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

background-color css

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

 a { background-color: rgb(251,2,121); }

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

border-color css

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

 span { border-color: rgb(251,2,121); }

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