#F2579E

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

Shades of Brilliant Rose #F2579E

Tints of Brilliant Rose #F2579E

Color information

#F2579E (or 0xF2579E) is unknown color: approx Brilliant Rose. HEX triplet: F2, 57 and 9E. RGB value is (242,87,158). Sum of RGB (Red+Green+Blue) = 242+87+158=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2579E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2579E is #0DA861. Grayscale: #8D8D8D. Windows color (decimal): -895074 or 10377202. OLE color: 10377202.

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

Color convert

RGB24287158-
CMYK00.640.350.05
HSL332.52º85.64%64.51%-
HSV(B)332.52º64.05%94.9%-
XYZ46.228.1635.35-
YUV141.44137.35199.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.69%
GREEN value IS 87 (34.38% from 255) = 17.86%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=49.69%
G=17.86%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428715800.640.350.05332.5285.6464.51
HexF2579E04023514d5641
Octal3621272360100435515126101
Binary111100101010111100111100100000010001110110100110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2579E; }

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

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

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

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

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

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

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

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