#F546A4

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

Shades of Brilliant Rose #F546A4

Tints of Brilliant Rose #F546A4

Color information

#F546A4 (or 0xF546A4) is unknown color: approx Brilliant Rose. HEX triplet: F5, 46 and A4. RGB value is (245,70,164). Sum of RGB (Red+Green+Blue) = 245+70+164=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F546A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F546A4 is #0AB95B. Grayscale: #848484. Windows color (decimal): -702812 or 10766069. OLE color: 10766069.

HSL color Cylindrical-coordinate representation of color #F546A4: hue angle of 327.77º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F546A4 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB24570164-
CMYK00.710.330.04
HSL327.77º89.74%61.76%-
HSV(B)327.77º71.43%96.08%-
XYZ46.5526.4737.78-
YUV133.04145.48207.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.15%
GREEN value IS 70 (27.73% from 255) = 14.61%
BLUE value IS 164 (64.45% from 255) = 34.24%
R=51.15%
G=14.61%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457016400.710.330.04327.7789.7461.76
HexF546A40472141485a3e
Octal365106244010741451013276
Binary11110101100011010100100010001111000011001010010001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F546A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F546A4; }

 p { color: rgb(245,70,164); }

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

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

 a { background-color: rgb(245,70,164); }

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

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

 span { border-color: rgb(245,70,164); }

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