#F2579C

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

Shades of Brilliant Rose #F2579C

Tints of Brilliant Rose #F2579C

Color information

#F2579C (or 0xF2579C) is unknown color: approx Brilliant Rose. HEX triplet: F2, 57 and 9C. RGB value is (242,87,156). Sum of RGB (Red+Green+Blue) = 242+87+156=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2579C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2579C is #0DA863. Grayscale: #8D8D8D. Windows color (decimal): -895076 or 10246130. OLE color: 10246130.

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

Color convert

RGB24287156-
CMYK00.640.360.05
HSL333.29º85.64%64.51%-
HSV(B)333.29º64.05%94.9%-
XYZ46.0328.0934.45-
YUV141.21136.35199.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.90%
GREEN value IS 87 (34.38% from 255) = 17.94%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=49.90%
G=17.94%
B=32.16%

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
Decimal2428715600.640.360.05333.2985.6464.51
HexF2579C04024514d5641
Octal3621272340100445515126101
Binary111100101010111100111000100000010010010110100110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2579C; }

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

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

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

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

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

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

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

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