Html Css Color HEX #FB1895 Deep Pink

📋 copy color: '#FB1895'

red 251 ◦ green 24 ◦ blue 149

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

Shades of Deep Pink #FB1895

Tints of Deep Pink #FB1895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.66%

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

R = 59.2%
G = 5.66%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB1895 (or 0xFB1895) is known color: Deep Pink. HEX triplet: FB, 18 and 95. RGB value is (251,24,149). Sum of RGB (Red+Green+Blue) = 251+24+149=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1895 is #04E76A. Grayscale: #696969. Windows color (decimal): -321387 or 9771259. OLE color: 9771259.

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

Color convert

RGB 251 24 149 -
CMYK 0 0.90 0.41 0.02
HSL 326.96º 0.97% 0.54% -
HSV(B) 326.96º 0.9% 0.98% -
XYZ 45.54 23.33 30.54 -
YUV 106.12 152.21 231.34 -
System Red Green Blue C M Y K H S L
Decimal 251 24 149 0 0.90 0.41 0.02 326.96 0.97 0.54
Hex FB 18 95 0 5A 29 2 147 61 36
Octal 373 30 225 0 132 51 2 507 141 66
Binary 11111011 11000 10010101 0 1011010 101001 10 101000111 1100001 110110

Color Harmonies of #FB1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1895

Black with #FB1895

Text Example


Text Example

White with #FB1895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1895; }

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

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

background-color css

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

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

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

border-color css

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

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

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