#F156AD

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

Shades of Brilliant Rose #F156AD

Tints of Brilliant Rose #F156AD

Color information

#F156AD (or 0xF156AD) is unknown color: approx Brilliant Rose. HEX triplet: F1, 56 and AD. RGB value is (241,86,173). Sum of RGB (Red+Green+Blue) = 241+86+173=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F156AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F156AD is #0EA952. Grayscale: #8E8E8E. Windows color (decimal): -960851 or 11359985. OLE color: 11359985.

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

Color convert

RGB24186173-
CMYK00.640.280.05
HSL326.32º84.7%64.12%-
HSV(B)326.32º64.32%94.51%-
XYZ47.1528.3742.53-
YUV142.26145.35198.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.2%
GREEN value IS 86 (33.98% from 255) = 17.2%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=48.2%
G=17.2%
B=34.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418617300.640.280.05326.3284.764.12
HexF156AD0401C51465540
Octal3611262550100345506125100
Binary11110001101011010101101010000001110010110100011010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F156AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F156AD; }

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

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

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

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

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

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

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

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