Html Css Color HEX #FB0490 Deep Pink

📋 copy color: '#FB0490'

red 251 ◦ green 4 ◦ blue 144

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

Shades of Deep Pink #FB0490

Tints of Deep Pink #FB0490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

 BLUE value IS 144 (56.64% from 255) = 36.09%

R = 62.91%
G = 1%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB0490 (or 0xFB0490) is known color: Deep Pink. HEX triplet: FB, 04 and 90. RGB value is (251,4,144). Sum of RGB (Red+Green+Blue) = 251+4+144=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0490 is #04FB6F. Grayscale: #5D5D5D. Windows color (decimal): -326512 or 9438459. OLE color: 9438459.

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

Color convert

RGB 251 4 144 -
CMYK 0 0.98 0.43 0.02
HSL 325.99º 0.97% 0.5% -
HSV(B) 325.99º 0.98% 0.98% -
XYZ 44.86 22.61 28.39 -
YUV 93.81 156.33 240.12 -
System Red Green Blue C M Y K H S L
Decimal 251 4 144 0 0.98 0.43 0.02 325.99 0.97 0.5
Hex FB 4 90 0 62 2B 2 146 61 32
Octal 373 4 220 0 142 53 2 506 141 62
Binary 11111011 100 10010000 0 1100010 101011 10 101000110 1100001 110010

Color Harmonies of #FB0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0490

Black with #FB0490

Text Example


Text Example

White with #FB0490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0490; }

 p { color: rgb(251,4,144); }

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

background-color css

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

 a { background-color: rgb(251,4,144); }

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

border-color css

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

 span { border-color: rgb(251,4,144); }

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