#fc569a

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

Shades of Brilliant Rose #FC569A

Tints of Brilliant Rose #FC569A

Color information

#FC569A (or 0xFC569A) is unknown color: approx Brilliant Rose. HEX triplet: FC, 56 and 9A. RGB value is (252,86,154). Sum of RGB (Red+Green+Blue) = 252+86+154=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC569A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC569A is #03A965. Grayscale: #8F8F8F. Windows color (decimal): -239974 or 10114812. OLE color: 10114812.

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

Color convert

RGB25286154-
CMYK00.660.390.01
HSL335.42º96.51%66.27%-
HSV(B)335.42º65.87%98.82%-
XYZ49.3129.6833.7-
YUV143.39134205.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.22%
GREEN value IS 86 (33.98% from 255) = 17.48%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=51.22%
G=17.48%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528615400.660.390.01335.4296.5166.27
HexFC569A04227114f6142
Octal3741262320102471517141102
Binary1111110010101101001101001000010100111110100111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc569a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc569a; }

 p { color: rgb(252,86,154); }

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

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

 a { background-color: rgb(252,86,154); }

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

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

 span { border-color: rgb(252,86,154); }

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