#F1539E

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

Shades of Brilliant Rose #F1539E

Tints of Brilliant Rose #F1539E

Color information

#F1539E (or 0xF1539E) is unknown color: approx Brilliant Rose. HEX triplet: F1, 53 and 9E. RGB value is (241,83,158). Sum of RGB (Red+Green+Blue) = 241+83+158=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1539E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1539E is #0EAC61. Grayscale: #8A8A8A. Windows color (decimal): -961634 or 10376177. OLE color: 10376177.

HSL color Cylindrical-coordinate representation of color #F1539E: hue angle of 331.52º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1539E is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB24183158-
CMYK00.660.340.05
HSL331.52º84.95%63.53%-
HSV(B)331.52º65.56%94.51%-
XYZ45.5427.3635.23-
YUV138.79138.85200.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50%
GREEN value IS 83 (32.81% from 255) = 17.22%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=50%
G=17.22%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418315800.660.340.05331.5284.9563.53
HexF1539E04222514c5540
Octal3611232360102425514125100
Binary111100011010011100111100100001010001010110100110010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1539E; }

 p { color: rgb(241,83,158); }

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

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

 a { background-color: rgb(241,83,158); }

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

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

 span { border-color: rgb(241,83,158); }

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