#FC58B2

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

Shades of Brilliant Rose #FC58B2

Tints of Brilliant Rose #FC58B2

Color information

#FC58B2 (or 0xFC58B2) is unknown color: approx Brilliant Rose. HEX triplet: FC, 58 and B2. RGB value is (252,88,178). Sum of RGB (Red+Green+Blue) = 252+88+178=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC58B2 is #03A74D. Grayscale: #939393. Windows color (decimal): -239438 or 11688188. OLE color: 11688188.

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

Color convert

RGB25288178-
CMYK00.650.290.01
HSL327.07º96.47%66.67%-
HSV(B)327.07º65.08%98.82%-
XYZ51.6730.8945.36-
YUV147.3145.33202.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.65%
GREEN value IS 88 (34.77% from 255) = 16.99%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=48.65%
G=16.99%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528817800.650.290.01327.0796.4766.67
HexFC58B20411D11476043
Octal3741302620101351507140103
Binary111111001011000101100100100000111101110100011111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC58B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC58B2; }

 p { color: rgb(252,88,178); }

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

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

 a { background-color: rgb(252,88,178); }

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

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

 span { border-color: rgb(252,88,178); }

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