#F55F94

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

Shades of Brilliant Rose #F55F94

Tints of Brilliant Rose #F55F94

Color information

#F55F94 (or 0xF55F94) is unknown color: approx Brilliant Rose. HEX triplet: F5, 5F and 94. RGB value is (245,95,148). Sum of RGB (Red+Green+Blue) = 245+95+148=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55F94 is #0AA06B. Grayscale: #919191. Windows color (decimal): -696428 or 9723893. OLE color: 9723893.

HSL color Cylindrical-coordinate representation of color #F55F94: hue angle of 338.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55F94 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB24595148-
CMYK00.610.400.04
HSL338.8º88.24%66.67%-
HSV(B)338.8º61.22%96.08%-
XYZ47.0929.7431.27-
YUV145.89129.2198.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.20%
GREEN value IS 95 (37.5% from 255) = 19.47%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=50.20%
G=19.47%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459514800.610.400.04338.888.2466.67
HexF55F9403D2841535843
Octal365137224075504523130103
Binary11110101101111110010100011110110100010010101001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55F94; }

 p { color: rgb(245,95,148); }

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

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

 a { background-color: rgb(245,95,148); }

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

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

 span { border-color: rgb(245,95,148); }

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