#F054AE

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

Shades of Brilliant Rose #F054AE

Tints of Brilliant Rose #F054AE

Color information

#F054AE (or 0xF054AE) is unknown color: approx Brilliant Rose. HEX triplet: F0, 54 and AE. RGB value is (240,84,174). Sum of RGB (Red+Green+Blue) = 240+84+174=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F054AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F054AE is #0FAB51. Grayscale: #8C8C8C. Windows color (decimal): -1026898 or 11425008. OLE color: 11425008.

HSL color Cylindrical-coordinate representation of color #F054AE: hue angle of 325.38º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F054AE is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB24084174-
CMYK00.650.280.06
HSL325.38º83.87%63.53%-
HSV(B)325.38º65%94.12%-
XYZ46.7527.9242.97-
YUV140.9146.68198.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.19%
GREEN value IS 84 (33.20% from 255) = 16.87%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=48.19%
G=16.87%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408417400.650.280.06325.3883.8763.53
HexF054AE0411C61455440
Octal3601242560101346505124100
Binary11110000101010010101110010000011110011010100010110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F054AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F054AE; }

 p { color: rgb(240,84,174); }

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

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

 a { background-color: rgb(240,84,174); }

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

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

 span { border-color: rgb(240,84,174); }

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