Html Css Color HEX #FB2492 Deep Pink

📋 copy color: '#FB2492'

red 251 ◦ green 36 ◦ blue 146

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

Shades of Deep Pink #FB2492

Tints of Deep Pink #FB2492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.31%

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

R = 57.97%
G = 8.31%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB2492 (or 0xFB2492) is known color: Deep Pink. HEX triplet: FB, 24 and 92. RGB value is (251,36,146). Sum of RGB (Red+Green+Blue) = 251+36+146=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2492 is #04DB6D. Grayscale: #707070. Windows color (decimal): -318318 or 9577723. OLE color: 9577723.

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

Color convert

RGB 251 36 146 -
CMYK 0 0.86 0.42 0.02
HSL 329.3º 0.96% 0.56% -
HSV(B) 329.3º 0.86% 0.98% -
XYZ 45.6 23.85 29.39 -
YUV 112.83 146.73 226.56 -
System Red Green Blue C M Y K H S L
Decimal 251 36 146 0 0.86 0.42 0.02 329.3 0.96 0.56
Hex FB 24 92 0 56 2A 2 149 60 38
Octal 373 44 222 0 126 52 2 511 140 70
Binary 11111011 100100 10010010 0 1010110 101010 10 101001001 1100000 111000

Color Harmonies of #FB2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2492

Black with #FB2492

Text Example


Text Example

White with #FB2492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2492; }

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

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

background-color css

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

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

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

border-color css

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

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

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