#F9569E

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

Shades of Brilliant Rose #F9569E

Tints of Brilliant Rose #F9569E

Color information

#F9569E (or 0xF9569E) is unknown color: approx Brilliant Rose. HEX triplet: F9, 56 and 9E. RGB value is (249,86,158). Sum of RGB (Red+Green+Blue) = 249+86+158=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F9569E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9569E is #06A961. Grayscale: #8E8E8E. Windows color (decimal): -436578 or 10376953. OLE color: 10376953.

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

Color convert

RGB24986158-
CMYK00.650.370.02
HSL333.5º93.14%65.69%-
HSV(B)333.5º65.46%97.65%-
XYZ48.5729.2635.44-
YUV142.94136.5203.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.51%
GREEN value IS 86 (33.98% from 255) = 17.44%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=50.51%
G=17.44%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498615800.650.370.02333.593.1465.69
HexF9569E04125214d5d42
Octal3711262360101452515135102
Binary11111001101011010011110010000011001011010100110110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9569E; }

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

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

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

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

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

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

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

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