#F1639A

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

Shades of Brilliant Rose #F1639A

Tints of Brilliant Rose #F1639A

Color information

#F1639A (or 0xF1639A) is unknown color: approx Brilliant Rose. HEX triplet: F1, 63 and 9A. RGB value is (241,99,154). Sum of RGB (Red+Green+Blue) = 241+99+154=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1639A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1639A is #0E9C65. Grayscale: #939393. Windows color (decimal): -957542 or 10118129. OLE color: 10118129.

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

Color convert

RGB24199154-
CMYK00.590.360.05
HSL336.76º83.53%66.67%-
HSV(B)336.76º58.92%94.51%-
XYZ46.5729.9633.9-
YUV147.73131.54194.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.79%
GREEN value IS 99 (39.06% from 255) = 20.04%
BLUE value IS 154 (60.55% from 255) = 31.17%
R=48.79%
G=20.04%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419915400.590.360.05336.7683.5366.67
HexF1639A03B2451515443
Octal361143232073445521124103
Binary11110001110001110011010011101110010010110101000110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1639A; }

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

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

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

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

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

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

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

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