#F041F7

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

Shades of Pink Flamingo #F041F7

Tints of Pink Flamingo #F041F7

Color information

#F041F7 (or 0xF041F7) is unknown color: approx Pink Flamingo. HEX triplet: F0, 41 and F7. RGB value is (240,65,247). Sum of RGB (Red+Green+Blue) = 240+65+247=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 65 (25.78% from 255 or 11.78% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #F041F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F041F7 is #0FBE08. Grayscale: #898989. Windows color (decimal): -1031689 or 16204272. OLE color: 16204272.

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

Color convert

RGB24065247-
CMYK0.030.7400.03
HSL297.69º91.92%61.18%-
HSV(B)297.69º73.68%96.86%-
XYZ54.6129.0290.72-
YUV138.07189.48200.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.48%
GREEN value IS 65 (25.78% from 255) = 11.78%
BLUE value IS 247 (96.88% from 255) = 44.75%
R=43.48%
G=11.78%
B=44.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal240652470.030.7400.03297.6991.9261.18
HexF041F734A0312a5c3d
Octal36010136731120345213475
Binary111100001000001111101111110010100111001010101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F041F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F041F7; }

 p { color: rgb(240,65,247); }

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

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

 a { background-color: rgb(240,65,247); }

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

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

 span { border-color: rgb(240,65,247); }

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