#F03DFA

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

Shades of Pink Flamingo #F03DFA

Tints of Pink Flamingo #F03DFA

Color information

#F03DFA (or 0xF03DFA) is unknown color: approx Pink Flamingo. HEX triplet: F0, 3D and FA. RGB value is (240,61,250). Sum of RGB (Red+Green+Blue) = 240+61+250=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 61 (24.22% from 255 or 11.07% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #F03DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03DFA is #0FC205. Grayscale: #878787. Windows color (decimal): -1032710 or 16399856. OLE color: 16399856.

HSL color Cylindrical-coordinate representation of color #F03DFA: hue angle of 296.83º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03DFA is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24061250-
CMYK0.040.7600.02
HSL296.83º94.97%60.98%-
HSV(B)296.83º75.6%98.04%-
XYZ54.8628.7693.1-
YUV136.07192.3202.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.56%
GREEN value IS 61 (24.22% from 255) = 11.07%
BLUE value IS 250 (98.05% from 255) = 45.37%
R=43.56%
G=11.07%
B=45.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal240612500.040.7600.02296.8394.9760.98
HexF03DFA44C021295f3d
Octal3607537241140245113775
Binary111100001111011111101010010011000101001010011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03DFA; }

 p { color: rgb(240,61,250); }

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

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

 a { background-color: rgb(240,61,250); }

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

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

 span { border-color: rgb(240,61,250); }

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