#F645FA

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

Shades of Pink Flamingo #F645FA

Tints of Pink Flamingo #F645FA

Color information

#F645FA (or 0xF645FA) is unknown color: approx Pink Flamingo. HEX triplet: F6, 45 and FA. RGB value is (246,69,250). Sum of RGB (Red+Green+Blue) = 246+69+250=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 69 (27.34% from 255 or 12.21% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #F645FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F645FA is #09BA05. Grayscale: #8E8E8E. Windows color (decimal): -637446 or 16401910. OLE color: 16401910.

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

Color convert

RGB24669250-
CMYK0.020.7200.02
HSL298.67º94.76%62.55%-
HSV(B)298.67º72.4%98.04%-
XYZ57.3930.7593.35-
YUV142.56188.64201.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.54%
GREEN value IS 69 (27.34% from 255) = 12.21%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=43.54%
G=12.21%
B=44.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal246692500.020.7200.02298.6794.7662.55
HexF645FA2480212b5f3f
Octal36610537221100245313777
Binary111101101000101111110101010010000101001010111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F645FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F645FA; }

 p { color: rgb(246,69,250); }

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

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

 a { background-color: rgb(246,69,250); }

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

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

 span { border-color: rgb(246,69,250); }

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