#FF69F2

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

Shades of Pink Flamingo #FF69F2

Tints of Pink Flamingo #FF69F2

Color information

#FF69F2 (or 0xFF69F2) is unknown color: approx Pink Flamingo. HEX triplet: FF, 69 and F2. RGB value is (255,105,242). Sum of RGB (Red+Green+Blue) = 255+105+242=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 105 (41.41% from 255 or 17.44% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF69F2 is #00960D. Grayscale: #A5A5A5. Windows color (decimal): -38414 or 15886847. OLE color: 15886847.

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

Color convert

RGB255105242-
CMYK00.590.050
HSL305.2º100%70.59%-
HSV(B)305.2º58.82%100%-
XYZ62.3237.7788.01-
YUV165.47171.2191.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 105 (41.41% from 255) = 17.44%
BLUE value IS 242 (94.92% from 255) = 40.20%
R=42.36%
G=17.44%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510524200.590.050305.210070.59
HexFF69F203B501316447
Octal37715136207350461144107
Binary111111111101001111100100111011101010011000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF69F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF69F2; }

 p { color: rgb(255,105,242); }

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

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

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

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

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

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

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