#F6569C

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

Shades of Brilliant Rose #F6569C

Tints of Brilliant Rose #F6569C

Color information

#F6569C (or 0xF6569C) is unknown color: approx Brilliant Rose. HEX triplet: F6, 56 and 9C. RGB value is (246,86,156). Sum of RGB (Red+Green+Blue) = 246+86+156=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6569C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6569C is #09A963. Grayscale: #8D8D8D. Windows color (decimal): -633188 or 10245878. OLE color: 10245878.

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

Color convert

RGB24686156-
CMYK00.650.370.04
HSL333.75º89.89%65.1%-
HSV(B)333.75º65.04%96.47%-
XYZ47.3328.6534.49-
YUV141.82136.01202.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.41%
GREEN value IS 86 (33.98% from 255) = 17.62%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=50.41%
G=17.62%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2468615600.650.370.04333.7589.8965.1
HexF6569C04125414e5a41
Octal3661262340101454516132101
Binary111101101010110100111000100000110010110010100111010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6569C; }

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

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

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

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

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

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

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

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