#FF3CFF

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

Shades of Pink Flamingo #FF3CFF

Tints of Pink Flamingo #FF3CFF

Color information

#FF3CFF (or 0xFF3CFF) is unknown color: approx Pink Flamingo. HEX triplet: FF, 3C and FF. RGB value is (255,60,255). Sum of RGB (Red+Green+Blue) = 255+60+255=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 60 (23.83% from 255 or 10.53% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF3CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3CFF is #00C300. Grayscale: #8B8B8B. Windows color (decimal): -49921 or 16727295. OLE color: 16727295.

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

Color convert

RGB25560255-
CMYK00.7600
HSL300º100%61.76%-
HSV(B)300º76.47%100%-
XYZ60.9131.7197.52-
YUV140.54192.6209.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 60 (23.83% from 255) = 10.53%
BLUE value IS 255 (100% from 255) = 44.74%
R=44.74%
G=10.53%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556025500.760030010061.76
HexFF3CFF04C0012c643e
Octal3777437701140045414476
Binary111111111111001111111101001100001001011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3CFF; }

 p { color: rgb(255,60,255); }

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

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

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

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

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

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

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