#FC49AF

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

Shades of Brilliant Rose #FC49AF

Tints of Brilliant Rose #FC49AF

Color information

#FC49AF (or 0xFC49AF) is unknown color: approx Brilliant Rose. HEX triplet: FC, 49 and AF. RGB value is (252,73,175). Sum of RGB (Red+Green+Blue) = 252+73+175=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC49AF is #03B650. Grayscale: #898989. Windows color (decimal): -243281 or 11487740. OLE color: 11487740.

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

Color convert

RGB25273175-
CMYK00.710.310.01
HSL325.81º96.76%63.73%-
HSV(B)325.81º71.03%98.82%-
XYZ50.2728.5643.42-
YUV138.15148.8209.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.4%
GREEN value IS 73 (28.91% from 255) = 14.6%
BLUE value IS 175 (68.75% from 255) = 35%
R=50.4%
G=14.6%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527317500.710.310.01325.8196.7663.73
HexFC49AF0471F11466140
Octal3741112570107371506141100
Binary111111001001001101011110100011111111110100011011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC49AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC49AF; }

 p { color: rgb(252,73,175); }

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

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

 a { background-color: rgb(252,73,175); }

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

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

 span { border-color: rgb(252,73,175); }

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