#FC5B94

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

Shades of Brilliant Rose #FC5B94

Tints of Brilliant Rose #FC5B94

Color information

#FC5B94 (or 0xFC5B94) is unknown color: approx Brilliant Rose. HEX triplet: FC, 5B and 94. RGB value is (252,91,148). Sum of RGB (Red+Green+Blue) = 252+91+148=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5B94 is #03A46B. Grayscale: #919191. Windows color (decimal): -238700 or 9722876. OLE color: 9722876.

HSL color Cylindrical-coordinate representation of color #FC5B94: hue angle of 338.76º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5B94 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB25291148-
CMYK00.640.410.01
HSL338.76º96.41%67.25%-
HSV(B)338.76º63.89%98.82%-
XYZ49.2330.3231.27-
YUV145.64129.34203.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.32%
GREEN value IS 91 (35.94% from 255) = 18.53%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=51.32%
G=18.53%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529114800.640.410.01338.7696.4167.25
HexFC5B940402911536043
Octal3741332240100511523140103
Binary1111110010110111001010001000000101001110101001111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5B94; }

 p { color: rgb(252,91,148); }

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

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

 a { background-color: rgb(252,91,148); }

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

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

 span { border-color: rgb(252,91,148); }

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