#FB4C7E

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

Shades of French Rose #FB4C7E

Tints of French Rose #FB4C7E

Color information

#FB4C7E (or 0xFB4C7E) is unknown color: approx French Rose. HEX triplet: FB, 4C and 7E. RGB value is (251,76,126). Sum of RGB (Red+Green+Blue) = 251+76+126=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4C7E is #04B381. Grayscale: #868686. Windows color (decimal): -308098 or 8277243. OLE color: 8277243.

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

Color convert

RGB25176126-
CMYK00.700.500.02
HSL342.86º95.63%64.12%-
HSV(B)342.86º69.72%98.43%-
XYZ46.1327.1822.55-
YUV134.02123.48211.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.41%
GREEN value IS 76 (30.08% from 255) = 16.78%
BLUE value IS 126 (49.61% from 255) = 27.81%
R=55.41%
G=16.78%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517612600.700.500.02342.8695.6364.12
HexFB4C7E0463221576040
Octal3731141760106622527140100
Binary1111101110011001111110010001101100101010101011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4C7E; }

 p { color: rgb(251,76,126); }

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

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

 a { background-color: rgb(251,76,126); }

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

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

 span { border-color: rgb(251,76,126); }

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