#F2579A

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

Shades of Brilliant Rose #F2579A

Tints of Brilliant Rose #F2579A

Color information

#F2579A (or 0xF2579A) is unknown color: approx Brilliant Rose. HEX triplet: F2, 57 and 9A. RGB value is (242,87,154). Sum of RGB (Red+Green+Blue) = 242+87+154=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2579A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2579A is #0DA865. Grayscale: #8C8C8C. Windows color (decimal): -895078 or 10115058. OLE color: 10115058.

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

Color convert

RGB24287154-
CMYK00.640.360.05
HSL334.06º85.64%64.51%-
HSV(B)334.06º64.05%94.9%-
XYZ45.8628.0333.56-
YUV140.98135.35200.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.10%
GREEN value IS 87 (34.38% from 255) = 18.01%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=50.10%
G=18.01%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428715400.640.360.05334.0685.6464.51
HexF2579A04024514e5641
Octal3621272320100445516126101
Binary111100101010111100110100100000010010010110100111010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2579A; }

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

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

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

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

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

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

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

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