#F655A9

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

Shades of Brilliant Rose #F655A9

Tints of Brilliant Rose #F655A9

Color information

#F655A9 (or 0xF655A9) is unknown color: approx Brilliant Rose. HEX triplet: F6, 55 and A9. RGB value is (246,85,169). Sum of RGB (Red+Green+Blue) = 246+85+169=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F655A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F655A9 is #09AA56. Grayscale: #8E8E8E. Windows color (decimal): -633431 or 11097590. OLE color: 11097590.

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

Color convert

RGB24685169-
CMYK00.650.310.04
HSL328.7º89.94%64.9%-
HSV(B)328.7º65.45%96.47%-
XYZ48.4228.9540.57-
YUV142.72142.84201.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.2%
GREEN value IS 85 (33.59% from 255) = 17%
BLUE value IS 169 (66.41% from 255) = 33.8%
R=49.2%
G=17%
B=33.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2468516900.650.310.04328.789.9464.9
HexF655A90411F41495a41
Octal3661252510101374511132101
Binary11110110101010110101001010000011111110010100100110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F655A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F655A9; }

 p { color: rgb(246,85,169); }

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

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

 a { background-color: rgb(246,85,169); }

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

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

 span { border-color: rgb(246,85,169); }

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