Html Css Color HEX #FB2292 Deep Pink

📋 copy color: '#FB2292'

red 251 ◦ green 34 ◦ blue 146

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

Shades of Deep Pink #FB2292

Tints of Deep Pink #FB2292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.89%

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

R = 58.24%
G = 7.89%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB2292 (or 0xFB2292) is known color: Deep Pink. HEX triplet: FB, 22 and 92. RGB value is (251,34,146). Sum of RGB (Red+Green+Blue) = 251+34+146=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 34 (13.67% from 255 or 7.89% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2292 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2292 is #04DD6D. Grayscale: #6F6F6F. Windows color (decimal): -318830 or 9577211. OLE color: 9577211.

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

Color convert

RGB 251 34 146 -
CMYK 0 0.86 0.42 0.02
HSL 329.03º 0.96% 0.56% -
HSV(B) 329.03º 0.86% 0.98% -
XYZ 45.54 23.73 29.37 -
YUV 111.65 147.39 227.39 -
System Red Green Blue C M Y K H S L
Decimal 251 34 146 0 0.86 0.42 0.02 329.03 0.96 0.56
Hex FB 22 92 0 56 2A 2 149 60 38
Octal 373 42 222 0 126 52 2 511 140 70
Binary 11111011 100010 10010010 0 1010110 101010 10 101001001 1100000 111000

Color Harmonies of #FB2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2292

Black with #FB2292

Text Example


Text Example

White with #FB2292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2292; }

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

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

background-color css

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

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

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

border-color css

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

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

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