#F6548B

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

Shades of French Rose #F6548B

Tints of French Rose #F6548B

Color information

#F6548B (or 0xF6548B) is unknown color: approx French Rose. HEX triplet: F6, 54 and 8B. RGB value is (246,84,139). Sum of RGB (Red+Green+Blue) = 246+84+139=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F6548B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6548B is #09AB74. Grayscale: #8A8A8A. Windows color (decimal): -633717 or 9131254. OLE color: 9131254.

HSL color Cylindrical-coordinate representation of color #F6548B: hue angle of 339.63º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F6548B is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB24684139-
CMYK00.660.430.04
HSL339.63º90%64.71%-
HSV(B)339.63º65.85%96.47%-
XYZ45.8427.827.38-
YUV138.71128.17204.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.45%
GREEN value IS 84 (33.20% from 255) = 17.91%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=52.45%
G=17.91%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2468413900.660.430.04339.639064.71
HexF6548B0422B41545a41
Octal3661242130102534524132101
Binary111101101010100100010110100001010101110010101010010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6548B; }

 p { color: rgb(246,84,139); }

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

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

 a { background-color: rgb(246,84,139); }

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

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

 span { border-color: rgb(246,84,139); }

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