Html Css Color HEX #FB1095 Deep Pink

📋 copy color: '#FB1095'

red 251 ◦ green 16 ◦ blue 149

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

Shades of Deep Pink #FB1095

Tints of Deep Pink #FB1095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.85%

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

R = 60.34%
G = 3.85%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB1095 (or 0xFB1095) is known color: Deep Pink. HEX triplet: FB, 10 and 95. RGB value is (251,16,149). Sum of RGB (Red+Green+Blue) = 251+16+149=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1095 is #04EF6A. Grayscale: #656565. Windows color (decimal): -323435 or 9769211. OLE color: 9769211.

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

Color convert

RGB 251 16 149 -
CMYK 0 0.94 0.41 0.02
HSL 326.04º 0.97% 0.52% -
HSV(B) 326.04º 0.94% 0.98% -
XYZ 45.39 23.05 30.49 -
YUV 101.43 154.86 234.69 -
System Red Green Blue C M Y K H S L
Decimal 251 16 149 0 0.94 0.41 0.02 326.04 0.97 0.52
Hex FB 10 95 0 5E 29 2 146 61 34
Octal 373 20 225 0 136 51 2 506 141 64
Binary 11111011 10000 10010101 0 1011110 101001 10 101000110 1100001 110100

Color Harmonies of #FB1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1095

Black with #FB1095

Text Example


Text Example

White with #FB1095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1095; }

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

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

background-color css

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

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

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

border-color css

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

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

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