#FC45FF

Color #FC45FF Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FC45FF

Tints of Pink Flamingo #FC45FF

Color information

#FC45FF (or 0xFC45FF) is unknown color: approx Pink Flamingo. HEX triplet: FC, 45 and FF. RGB value is (252,69,255). Sum of RGB (Red+Green+Blue) = 252+69+255=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 69 (27.34% from 255 or 11.98% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC45FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC45FF is #03BA00. Grayscale: #909090. Windows color (decimal): -244225 or 16729596. OLE color: 16729596.

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

Color convert

RGB25269255-
CMYK0.010.7300
HSL299.03º100%63.53%-
HSV(B)299.03º72.94%100%-
XYZ60.3232.1797.64-
YUV144.92190.13204.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.75%
GREEN value IS 69 (27.34% from 255) = 11.98%
BLUE value IS 255 (100% from 255) = 44.27%
R=43.75%
G=11.98%
B=44.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal252692550.010.7300299.0310063.53
HexFC45FF1490012b6440
Octal374105377111100453144100
Binary11111100100010111111111110010010010010101111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC45FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC45FF; }

 p { color: rgb(252,69,255); }

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

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

 a { background-color: rgb(252,69,255); }

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

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

 span { border-color: rgb(252,69,255); }

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