#F156AC

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

Shades of Brilliant Rose #F156AC

Tints of Brilliant Rose #F156AC

Color information

#F156AC (or 0xF156AC) is unknown color: approx Brilliant Rose. HEX triplet: F1, 56 and AC. RGB value is (241,86,172). Sum of RGB (Red+Green+Blue) = 241+86+172=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F156AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F156AC is #0EA953. Grayscale: #8D8D8D. Windows color (decimal): -960852 or 11294449. OLE color: 11294449.

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

Color convert

RGB24186172-
CMYK00.640.290.05
HSL326.71º84.7%64.12%-
HSV(B)326.71º64.32%94.51%-
XYZ47.0528.3342.02-
YUV142.15144.85198.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.30%
GREEN value IS 86 (33.98% from 255) = 17.23%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=48.30%
G=17.23%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418617200.640.290.05326.7184.764.12
HexF156AC0401D51475540
Octal3611262540100355507125100
Binary11110001101011010101100010000001110110110100011110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F156AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F156AC; }

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

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

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

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

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

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

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

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