#F6568D

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

Shades of French Rose #F6568D

Tints of French Rose #F6568D

Color information

#F6568D (or 0xF6568D) is unknown color: approx French Rose. HEX triplet: F6, 56 and 8D. RGB value is (246,86,141). Sum of RGB (Red+Green+Blue) = 246+86+141=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F6568D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6568D is #09A972. Grayscale: #8C8C8C. Windows color (decimal): -633203 or 9262838. OLE color: 9262838.

HSL color Cylindrical-coordinate representation of color #F6568D: hue angle of 339.38º 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 #F6568D is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB24686141-
CMYK00.650.430.04
HSL339.38º89.89%65.1%-
HSV(B)339.38º65.04%96.47%-
XYZ46.1428.1728.21-
YUV140.11128.51203.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.01%
GREEN value IS 86 (33.98% from 255) = 18.18%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=52.01%
G=18.18%
B=29.81%

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
Decimal2468614100.650.430.04339.3889.8965.1
HexF6568D0412B41535a41
Octal3661262150101534523132101
Binary111101101010110100011010100000110101110010101001110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6568D; }

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

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

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

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

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

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

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

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