Html Css Color HEX #FB2679 Deep Pink

📋 copy color: '#FB2679'

red 251 ◦ green 38 ◦ blue 121

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

Shades of Deep Pink #FB2679

Tints of Deep Pink #FB2679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.27%

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

R = 61.22%
G = 9.27%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB2679 (or 0xFB2679) is known color: Deep Pink. HEX triplet: FB, 26 and 79. RGB value is (251,38,121). Sum of RGB (Red+Green+Blue) = 251+38+121=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2679 is #04D986. Grayscale: #6F6F6F. Windows color (decimal): -317831 or 7939835. OLE color: 7939835.

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

Color convert

RGB 251 38 121 -
CMYK 0 0.85 0.52 0.02
HSL 336.62º 0.96% 0.57% -
HSV(B) 336.62º 0.85% 0.98% -
XYZ 43.93 23.28 20.27 -
YUV 111.15 133.57 227.75 -
System Red Green Blue C M Y K H S L
Decimal 251 38 121 0 0.85 0.52 0.02 336.62 0.96 0.57
Hex FB 26 79 0 55 34 2 151 60 39
Octal 373 46 171 0 125 64 2 521 140 71
Binary 11111011 100110 1111001 0 1010101 110100 10 101010001 1100000 111001

Color Harmonies of #FB2679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2679

Black with #FB2679

Text Example


Text Example

White with #FB2679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2679; }

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

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

background-color css

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

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

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

border-color css

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

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

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