#FF42FF

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

Shades of Pink Flamingo #FF42FF

Tints of Pink Flamingo #FF42FF

Color information

#FF42FF (or 0xFF42FF) is unknown color: approx Pink Flamingo. HEX triplet: FF, 42 and FF. RGB value is (255,66,255). Sum of RGB (Red+Green+Blue) = 255+66+255=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 66 (26.17% from 255 or 11.46% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF42FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF42FF is #00BD00. Grayscale: #8F8F8F. Windows color (decimal): -48385 or 16728831. OLE color: 16728831.

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

Color convert

RGB25566255-
CMYK00.7400
HSL300º100%62.94%-
HSV(B)300º74.12%100%-
XYZ61.2432.3897.63-
YUV144.06190.62207.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.27%
GREEN value IS 66 (26.17% from 255) = 11.46%
BLUE value IS 255 (100% from 255) = 44.27%
R=44.27%
G=11.46%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556625500.740030010062.94
HexFF42FF04A0012c643f
Octal37710237701120045414477
Binary1111111110000101111111101001010001001011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF42FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF42FF; }

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

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

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

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

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

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

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

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