#F240FE

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

Shades of Pink Flamingo #F240FE

Tints of Pink Flamingo #F240FE

Color information

#F240FE (or 0xF240FE) is unknown color: approx Pink Flamingo. HEX triplet: F2, 40 and FE. RGB value is (242,64,254). Sum of RGB (Red+Green+Blue) = 242+64+254=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 64 (25.39% from 255 or 11.43% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #F240FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F240FE is #0DBF01. Grayscale: #8A8A8A. Windows color (decimal): -900866 or 16662770. OLE color: 16662770.

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

Color convert

RGB24264254-
CMYK0.050.7500.00
HSL296.21º98.96%62.35%-
HSV(B)296.21º74.8%99.61%-
XYZ56.3429.796.53-
YUV138.88192.97201.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.21%
GREEN value IS 64 (25.39% from 255) = 11.43%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=43.21%
G=11.43%
B=45.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal242642540.050.7500.00296.2198.9662.35
HexF240FE54B00128633e
Octal36210037651130045014376
Binary111100101000000111111101011001011001001010001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F240FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F240FE; }

 p { color: rgb(242,64,254); }

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

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

 a { background-color: rgb(242,64,254); }

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

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

 span { border-color: rgb(242,64,254); }

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