#FB74DA

Color #FB74DA Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FB74DA

Tints of Pale Magenta #FB74DA

Color information

#FB74DA (or 0xFB74DA) is unknown color: approx Pale Magenta. HEX triplet: FB, 74 and DA. RGB value is (251,116,218). Sum of RGB (Red+Green+Blue) = 251+116+218=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 116 (45.70% from 255 or 19.83% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB74DA is #048B25. Grayscale: #A7A7A7. Windows color (decimal): -297766 or 14316795. OLE color: 14316795.

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

Color convert

RGB251116218-
CMYK00.540.130.02
HSL314.67º94.41%71.96%-
HSV(B)314.67º53.78%98.43%-
XYZ58.6838.0670.58-
YUV167.99156.23187.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.91%
GREEN value IS 116 (45.70% from 255) = 19.83%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=42.91%
G=19.83%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111621800.540.130.02314.6794.4171.96
HexFB74DA036D213b5e48
Octal373164332066152473136110
Binary11111011111010011011010011011011011010011101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB74DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB74DA; }

 p { color: rgb(251,116,218); }

 H1.HeaderClassName
 {
   color: #FB74DA;
 }
 .AnyTagClassName
 {
   color: #FB74DA;
 }
</style>
background-color css

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

 a { background-color: rgb(251,116,218); }

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

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

 span { border-color: rgb(251,116,218); }

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