#F9568C

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

Shades of French Rose #F9568C

Tints of French Rose #F9568C

Color information

#F9568C (or 0xF9568C) is unknown color: approx French Rose. HEX triplet: F9, 56 and 8C. RGB value is (249,86,140). Sum of RGB (Red+Green+Blue) = 249+86+140=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9568C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9568C is #06A973. Grayscale: #8C8C8C. Windows color (decimal): -436596 or 9197305. OLE color: 9197305.

HSL color Cylindrical-coordinate representation of color #F9568C: hue angle of 340.12º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9568C is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB24986140-
CMYK00.650.440.02
HSL340.12º93.14%65.69%-
HSV(B)340.12º65.46%97.65%-
XYZ47.1328.6927.86-
YUV140.89127.5205.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.42%
GREEN value IS 86 (33.98% from 255) = 18.11%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=52.42%
G=18.11%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498614000.650.440.02340.1293.1465.69
HexF9568C0412C21545d42
Octal3711262140101542524135102
Binary11111001101011010001100010000011011001010101010010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9568C; }

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

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

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

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

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

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

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

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