#F548AE

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

Shades of Brilliant Rose #F548AE

Tints of Brilliant Rose #F548AE

Color information

#F548AE (or 0xF548AE) is unknown color: approx Brilliant Rose. HEX triplet: F5, 48 and AE. RGB value is (245,72,174). Sum of RGB (Red+Green+Blue) = 245+72+174=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F548AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F548AE is #0AB751. Grayscale: #878787. Windows color (decimal): -702290 or 11421941. OLE color: 11421941.

HSL color Cylindrical-coordinate representation of color #F548AE: hue angle of 324.62º 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 #F548AE is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB24572174-
CMYK00.710.290.04
HSL324.62º89.64%62.16%-
HSV(B)324.62º70.61%96.08%-
XYZ47.6127.142.77-
YUV135.35149.81206.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.90%
GREEN value IS 72 (28.52% from 255) = 14.66%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=49.90%
G=14.66%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457217400.710.290.04324.6289.6462.16
HexF548AE0471D41455a3e
Octal365110256010735450513276
Binary1111010110010001010111001000111111011001010001011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F548AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F548AE; }

 p { color: rgb(245,72,174); }

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

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

 a { background-color: rgb(245,72,174); }

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

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

 span { border-color: rgb(245,72,174); }

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