#F6568C

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

Shades of French Rose #F6568C

Tints of French Rose #F6568C

Color information

#F6568C (or 0xF6568C) is unknown color: approx French Rose. HEX triplet: F6, 56 and 8C. RGB value is (246,86,140). Sum of RGB (Red+Green+Blue) = 246+86+140=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F6568C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6568C is #09A973. Grayscale: #8B8B8B. Windows color (decimal): -633204 or 9197302. OLE color: 9197302.

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

Color convert

RGB24686140-
CMYK00.650.430.04
HSL339.75º89.89%65.1%-
HSV(B)339.75º65.04%96.47%-
XYZ46.0728.1427.81-
YUV140128.01203.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.12%
GREEN value IS 86 (33.98% from 255) = 18.22%
BLUE value IS 140 (55.08% from 255) = 29.66%
R=52.12%
G=18.22%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2468614000.650.430.04339.7589.8965.1
HexF6568C0412B41545a41
Octal3661262140101534524132101
Binary111101101010110100011000100000110101110010101010010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6568C; }

 p { color: rgb(246,86,140); }

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

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

 a { background-color: rgb(246,86,140); }

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

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

 span { border-color: rgb(246,86,140); }

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