#FC4CAD

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

Shades of Brilliant Rose #FC4CAD

Tints of Brilliant Rose #FC4CAD

Color information

#FC4CAD (or 0xFC4CAD) is unknown color: approx Brilliant Rose. HEX triplet: FC, 4C and AD. RGB value is (252,76,173). Sum of RGB (Red+Green+Blue) = 252+76+173=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4CAD is #03B352. Grayscale: #8B8B8B. Windows color (decimal): -242515 or 11357436. OLE color: 11357436.

HSL color Cylindrical-coordinate representation of color #FC4CAD: hue angle of 326.93º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4CAD is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB25276173-
CMYK00.700.310.01
HSL326.93º96.7%64.31%-
HSV(B)326.93º69.84%98.82%-
XYZ50.2728.8842.46-
YUV139.68146.81208.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.30%
GREEN value IS 76 (30.08% from 255) = 15.17%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=50.30%
G=15.17%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527617300.700.310.01326.9396.764.31
HexFC4CAD0461F11476140
Octal3741142550106371507141100
Binary111111001001100101011010100011011111110100011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4CAD; }

 p { color: rgb(252,76,173); }

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

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

 a { background-color: rgb(252,76,173); }

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

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

 span { border-color: rgb(252,76,173); }

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