#F056B1

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

Shades of Brilliant Rose #F056B1

Tints of Brilliant Rose #F056B1

Color information

#F056B1 (or 0xF056B1) is unknown color: approx Brilliant Rose. HEX triplet: F0, 56 and B1. RGB value is (240,86,177). Sum of RGB (Red+Green+Blue) = 240+86+177=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F056B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F056B1 is #0FA94E. Grayscale: #8E8E8E. Windows color (decimal): -1026383 or 11622128. OLE color: 11622128.

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

Color convert

RGB24086177-
CMYK00.640.260.06
HSL324.55º83.7%63.92%-
HSV(B)324.55º64.17%94.12%-
XYZ47.228.3644.58-
YUV142.42147.52197.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.71%
GREEN value IS 86 (33.98% from 255) = 17.10%
BLUE value IS 177 (69.53% from 255) = 35.19%
R=47.71%
G=17.10%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408617700.640.260.06324.5583.763.92
HexF056B10401A61455440
Octal3601262610100326505124100
Binary11110000101011010110001010000001101011010100010110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F056B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F056B1; }

 p { color: rgb(240,86,177); }

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

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

 a { background-color: rgb(240,86,177); }

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

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

 span { border-color: rgb(240,86,177); }

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