#F154AE

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

Shades of Brilliant Rose #F154AE

Tints of Brilliant Rose #F154AE

Color information

#F154AE (or 0xF154AE) is unknown color: approx Brilliant Rose. HEX triplet: F1, 54 and AE. RGB value is (241,84,174). Sum of RGB (Red+Green+Blue) = 241+84+174=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F154AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F154AE is #0EAB51. Grayscale: #8D8D8D. Windows color (decimal): -961362 or 11425009. OLE color: 11425009.

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

Color convert

RGB24184174-
CMYK00.650.280.05
HSL325.61º84.86%63.73%-
HSV(B)325.61º65.15%94.51%-
XYZ47.0928.142.99-
YUV141.2146.51199.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.30%
GREEN value IS 84 (33.20% from 255) = 16.83%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=48.30%
G=16.83%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418417400.650.280.05325.6184.8663.73
HexF154AE0411C51465540
Octal3611242560101345506125100
Binary11110001101010010101110010000011110010110100011010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F154AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F154AE; }

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

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

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

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

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

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

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

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