#F1659C

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

Shades of Brilliant Rose #F1659C

Tints of Brilliant Rose #F1659C

Color information

#F1659C (or 0xF1659C) is unknown color: approx Brilliant Rose. HEX triplet: F1, 65 and 9C. RGB value is (241,101,156). Sum of RGB (Red+Green+Blue) = 241+101+156=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1659C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1659C is #0E9A63. Grayscale: #959595. Windows color (decimal): -957028 or 10249713. OLE color: 10249713.

HSL color Cylindrical-coordinate representation of color #F1659C: hue angle of 336.43º 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 #F1659C is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241101156-
CMYK00.580.350.05
HSL336.43º83.33%67.06%-
HSV(B)336.43º58.09%94.51%-
XYZ46.9330.4134.85-
YUV149.13131.88193.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.39%
GREEN value IS 101 (39.84% from 255) = 20.28%
BLUE value IS 156 (61.33% from 255) = 31.33%
R=48.39%
G=20.28%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110115600.580.350.05336.4383.3367.06
HexF1659C03A2351505343
Octal361145234072435520123103
Binary11110001110010110011100011101010001110110101000010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1659C; }

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

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

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

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

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

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

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

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