#F1659A

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

Shades of Brilliant Rose #F1659A

Tints of Brilliant Rose #F1659A

Color information

#F1659A (or 0xF1659A) is unknown color: approx Brilliant Rose. HEX triplet: F1, 65 and 9A. RGB value is (241,101,154). Sum of RGB (Red+Green+Blue) = 241+101+154=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1659A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1659A is #0E9A65. Grayscale: #949494. Windows color (decimal): -957030 or 10118641. OLE color: 10118641.

HSL color Cylindrical-coordinate representation of color #F1659A: hue angle of 337.29º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1659A is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241101154-
CMYK00.580.360.05
HSL337.29º83.33%67.06%-
HSV(B)337.29º58.09%94.51%-
XYZ46.7630.3433.96-
YUV148.9130.88193.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 101 (39.84% from 255) = 20.36%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=48.59%
G=20.36%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110115400.580.360.05337.2983.3367.06
HexF1659A03A2451515343
Octal361145232072445521123103
Binary11110001110010110011010011101010010010110101000110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1659A; }

 p { color: rgb(241,101,154); }

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

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

 a { background-color: rgb(241,101,154); }

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

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

 span { border-color: rgb(241,101,154); }

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