Html Css Color HEX #FB1992 Deep Pink

📋 copy color: '#FB1992'

red 251 ◦ green 25 ◦ blue 146

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

Shades of Deep Pink #FB1992

Tints of Deep Pink #FB1992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.92%

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

R = 59.48%
G = 5.92%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB1992 (or 0xFB1992) is known color: Deep Pink. HEX triplet: FB, 19 and 92. RGB value is (251,25,146). Sum of RGB (Red+Green+Blue) = 251+25+146=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1992 is #04E66D. Grayscale: #6A6A6A. Windows color (decimal): -321134 or 9574907. OLE color: 9574907.

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

Color convert

RGB 251 25 146 -
CMYK 0 0.90 0.42 0.02
HSL 327.88º 0.97% 0.54% -
HSV(B) 327.88º 0.9% 0.98% -
XYZ 45.32 23.28 29.3 -
YUV 106.37 150.37 231.16 -
System Red Green Blue C M Y K H S L
Decimal 251 25 146 0 0.90 0.42 0.02 327.88 0.97 0.54
Hex FB 19 92 0 5A 2A 2 148 61 36
Octal 373 31 222 0 132 52 2 510 141 66
Binary 11111011 11001 10010010 0 1011010 101010 10 101001000 1100001 110110

Color Harmonies of #FB1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1992

Black with #FB1992

Text Example


Text Example

White with #FB1992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1992; }

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

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

background-color css

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

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

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

border-color css

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

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

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