#F55696

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

Shades of Brilliant Rose #F55696

Tints of Brilliant Rose #F55696

Color information

#F55696 (or 0xF55696) is unknown color: approx Brilliant Rose. HEX triplet: F5, 56 and 96. RGB value is (245,86,150). Sum of RGB (Red+Green+Blue) = 245+86+150=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F55696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55696 is #0AA969. Grayscale: #8C8C8C. Windows color (decimal): -698730 or 9852661. OLE color: 9852661.

HSL color Cylindrical-coordinate representation of color #F55696: hue angle of 335.85º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F55696 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB24586150-
CMYK00.650.390.04
HSL335.85º88.83%64.9%-
HSV(B)335.85º64.9%96.08%-
XYZ46.4928.2731.86-
YUV140.84133.18202.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.94%
GREEN value IS 86 (33.98% from 255) = 17.88%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=50.94%
G=17.88%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458615000.650.390.04335.8588.8364.9
HexF556960412741505941
Octal3651262260101474520131101
Binary111101011010110100101100100000110011110010101000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55696; }

 p { color: rgb(245,86,150); }

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

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

 a { background-color: rgb(245,86,150); }

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

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

 span { border-color: rgb(245,86,150); }

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