#fc4ab5

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

Shades of Brilliant Rose #FC4AB5

Tints of Brilliant Rose #FC4AB5

Color information

#FC4AB5 (or 0xFC4AB5) is unknown color: approx Brilliant Rose. HEX triplet: FC, 4A and B5. RGB value is (252,74,181). Sum of RGB (Red+Green+Blue) = 252+74+181=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4AB5 is #03B54A. Grayscale: #8B8B8B. Windows color (decimal): -243019 or 11881212. OLE color: 11881212.

HSL color Cylindrical-coordinate representation of color #FC4AB5: hue angle of 323.93º 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 #FC4AB5 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB25274181-
CMYK00.710.280.01
HSL323.93º96.74%63.92%-
HSV(B)323.93º70.63%98.82%-
XYZ50.9328.9346.62-
YUV139.42151.47208.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.70%
GREEN value IS 74 (29.30% from 255) = 14.60%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=49.70%
G=14.60%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527418100.710.280.01323.9396.7463.92
HexFC4AB50471C11446140
Octal3741122650107341504141100
Binary111111001001010101101010100011111100110100010011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc4ab5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc4ab5; }

 p { color: rgb(252,74,181); }

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

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

 a { background-color: rgb(252,74,181); }

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

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

 span { border-color: rgb(252,74,181); }

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