#FB4882

Color #FB4882 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #FB4882

Tints of French Rose #FB4882

Color information

#FB4882 (or 0xFB4882) is unknown color: approx French Rose. HEX triplet: FB, 48 and 82. RGB value is (251,72,130). Sum of RGB (Red+Green+Blue) = 251+72+130=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4882 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4882 is #04B77D. Grayscale: #848484. Windows color (decimal): -309118 or 8538363. OLE color: 8538363.

HSL color Cylindrical-coordinate representation of color #FB4882: hue angle of 340.56º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4882 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB25172130-
CMYK00.710.480.02
HSL340.56º95.72%63.33%-
HSV(B)340.56º71.31%98.43%-
XYZ46.1326.7623.85-
YUV132.13126.8212.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.41%
GREEN value IS 72 (28.52% from 255) = 15.89%
BLUE value IS 130 (51.17% from 255) = 28.70%
R=55.41%
G=15.89%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517213000.710.480.02340.5695.7263.33
HexFB4882047302155603f
Octal373110202010760252514077
Binary1111101110010001000001001000111110000101010101011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4882; }

 p { color: rgb(251,72,130); }

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

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

 a { background-color: rgb(251,72,130); }

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

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

 span { border-color: rgb(251,72,130); }

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