#F2539E

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

Shades of Brilliant Rose #F2539E

Tints of Brilliant Rose #F2539E

Color information

#F2539E (or 0xF2539E) is unknown color: approx Brilliant Rose. HEX triplet: F2, 53 and 9E. RGB value is (242,83,158). Sum of RGB (Red+Green+Blue) = 242+83+158=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2539E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2539E is #0DAC61. Grayscale: #8A8A8A. Windows color (decimal): -896098 or 10376178. OLE color: 10376178.

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

Color convert

RGB24283158-
CMYK00.660.350.05
HSL331.7º85.95%63.73%-
HSV(B)331.7º65.7%94.9%-
XYZ45.8827.5335.24-
YUV139.09138.68201.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.10%
GREEN value IS 83 (32.81% from 255) = 17.18%
BLUE value IS 158 (62.11% from 255) = 32.71%
R=50.10%
G=17.18%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428315800.660.350.05331.785.9563.73
HexF2539E04223514c5640
Octal3621232360102435514126100
Binary111100101010011100111100100001010001110110100110010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2539E; }

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

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

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

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

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

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

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

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