#F261FD

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

Shades of Pink Flamingo #F261FD

Tints of Pink Flamingo #F261FD

Color information

#F261FD (or 0xF261FD) is unknown color: approx Pink Flamingo. HEX triplet: F2, 61 and FD. RGB value is (242,97,253). Sum of RGB (Red+Green+Blue) = 242+97+253=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 97 (38.28% from 255 or 16.39% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #F261FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F261FD is #0D9E02. Grayscale: #9D9D9D. Windows color (decimal): -892419 or 16605682. OLE color: 16605682.

HSL color Cylindrical-coordinate representation of color #F261FD: hue angle of 295.77º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F261FD is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24297253-
CMYK0.040.6200.01
HSL295.77º97.5%68.63%-
HSV(B)295.77º61.66%99.22%-
XYZ58.6234.5296.5-
YUV158.14181.54187.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 97 (38.28% from 255) = 16.39%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=40.88%
G=16.39%
B=42.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal242972530.040.6200.01295.7797.568.63
HexF261FD43E011286245
Octal36214137547601450142105
Binary111100101100001111111011001111100110010100011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F261FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F261FD; }

 p { color: rgb(242,97,253); }

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

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

 a { background-color: rgb(242,97,253); }

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

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

 span { border-color: rgb(242,97,253); }

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