#FB4A92

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

Shades of French Rose #FB4A92

Tints of French Rose #FB4A92

Color information

#FB4A92 (or 0xFB4A92) is unknown color: approx French Rose. HEX triplet: FB, 4A and 92. RGB value is (251,74,146). Sum of RGB (Red+Green+Blue) = 251+74+146=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4A92 is #04B56D. Grayscale: #878787. Windows color (decimal): -308590 or 9587451. OLE color: 9587451.

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

Color convert

RGB25174146-
CMYK00.710.420.02
HSL335.59º95.68%63.73%-
HSV(B)335.59º70.52%98.43%-
XYZ47.4227.4830-
YUV135.13134.14210.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.29%
GREEN value IS 74 (29.30% from 255) = 15.71%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=53.29%
G=15.71%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517414600.710.420.02335.5995.6863.73
HexFB4A920472A21506040
Octal3731122220107522520140100
Binary11111011100101010010010010001111010101010101000011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4A92; }

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

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

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

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

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

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

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

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