Html Css Color HEX #FB2295 Deep Pink

📋 copy color: '#FB2295'

red 251 ◦ green 34 ◦ blue 149

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

Shades of Deep Pink #FB2295

Tints of Deep Pink #FB2295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.33%

R = 57.83%
G = 7.83%
B = 34.33%

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

#FB2295 (or 0xFB2295) is known color: Deep Pink. HEX triplet: FB, 22 and 95. RGB value is (251,34,149). Sum of RGB (Red+Green+Blue) = 251+34+149=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2295 is #04DD6A. Grayscale: #6F6F6F. Windows color (decimal): -318827 or 9773819. OLE color: 9773819.

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

Color convert

RGB 251 34 149 -
CMYK 0 0.86 0.41 0.02
HSL 328.2º 0.96% 0.56% -
HSV(B) 328.2º 0.86% 0.98% -
XYZ 45.78 23.82 30.62 -
YUV 111.99 148.89 227.15 -
System Red Green Blue C M Y K H S L
Decimal 251 34 149 0 0.86 0.41 0.02 328.2 0.96 0.56
Hex FB 22 95 0 56 29 2 148 60 38
Octal 373 42 225 0 126 51 2 510 140 70
Binary 11111011 100010 10010101 0 1010110 101001 10 101001000 1100000 111000

Color Harmonies of #FB2295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2295

Black with #FB2295

Text Example


Text Example

White with #FB2295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2295; }

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

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

background-color css

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

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

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

border-color css

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

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

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