Html Css Color HEX #FB2293 Deep Pink

📋 copy color: '#FB2293'

red 251 ◦ green 34 ◦ blue 147

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

Shades of Deep Pink #FB2293

Tints of Deep Pink #FB2293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.03%

R = 58.1%
G = 7.87%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB2293 (or 0xFB2293) is known color: Deep Pink. HEX triplet: FB, 22 and 93. RGB value is (251,34,147). Sum of RGB (Red+Green+Blue) = 251+34+147=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2293 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2293 is #04DD6C. Grayscale: #6F6F6F. Windows color (decimal): -318829 or 9642747. OLE color: 9642747.

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

Color convert

RGB 251 34 147 -
CMYK 0 0.86 0.41 0.02
HSL 328.76º 0.96% 0.56% -
HSV(B) 328.76º 0.86% 0.98% -
XYZ 45.62 23.76 29.79 -
YUV 111.77 147.89 227.31 -
System Red Green Blue C M Y K H S L
Decimal 251 34 147 0 0.86 0.41 0.02 328.76 0.96 0.56
Hex FB 22 93 0 56 29 2 149 60 38
Octal 373 42 223 0 126 51 2 511 140 70
Binary 11111011 100010 10010011 0 1010110 101001 10 101001001 1100000 111000

Color Harmonies of #FB2293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2293

Black with #FB2293

Text Example


Text Example

White with #FB2293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2293; }

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

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

background-color css

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

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

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

border-color css

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

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

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