#F154AC

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

Shades of Brilliant Rose #F154AC

Tints of Brilliant Rose #F154AC

Color information

#F154AC (or 0xF154AC) is unknown color: approx Brilliant Rose. HEX triplet: F1, 54 and AC. RGB value is (241,84,172). Sum of RGB (Red+Green+Blue) = 241+84+172=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F154AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F154AC is #0EAB53. Grayscale: #8C8C8C. Windows color (decimal): -961364 or 11293937. OLE color: 11293937.

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

Color convert

RGB24184172-
CMYK00.650.290.05
HSL326.37º84.86%63.73%-
HSV(B)326.37º65.15%94.51%-
XYZ46.8928.0241.97-
YUV140.98145.51199.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.49%
GREEN value IS 84 (33.20% from 255) = 16.90%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=48.49%
G=16.90%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418417200.650.290.05326.3784.8663.73
HexF154AC0411D51465540
Octal3611242540101355506125100
Binary11110001101010010101100010000011110110110100011010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F154AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F154AC; }

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

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

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

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

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

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

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

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