#F655AA

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

Shades of Brilliant Rose #F655AA

Tints of Brilliant Rose #F655AA

Color information

#F655AA (or 0xF655AA) is unknown color: approx Brilliant Rose. HEX triplet: F6, 55 and AA. RGB value is (246,85,170). Sum of RGB (Red+Green+Blue) = 246+85+170=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F655AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F655AA is #09AA55. Grayscale: #8E8E8E. Windows color (decimal): -633430 or 11163126. OLE color: 11163126.

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

Color convert

RGB24685170-
CMYK00.650.310.04
HSL328.32º89.94%64.9%-
HSV(B)328.32º65.45%96.47%-
XYZ48.5128.9941.07-
YUV142.83143.34201.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.10%
GREEN value IS 85 (33.59% from 255) = 16.97%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=49.10%
G=16.97%
B=33.93%

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
Decimal2468517000.650.310.04328.3289.9464.9
HexF655AA0411F41485a41
Octal3661252520101374510132101
Binary11110110101010110101010010000011111110010100100010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F655AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F655AA; }

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

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

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

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

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

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

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

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