#F945F5

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

Shades of Pink Flamingo #F945F5

Tints of Pink Flamingo #F945F5

Color information

#F945F5 (or 0xF945F5) is unknown color: approx Pink Flamingo. HEX triplet: F9, 45 and F5. RGB value is (249,69,245). Sum of RGB (Red+Green+Blue) = 249+69+245=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 69 (27.34% from 255 or 12.26% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F945F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F945F5 is #06BA0A. Grayscale: #8E8E8E. Windows color (decimal): -440843 or 16074233. OLE color: 16074233.

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

Color convert

RGB24969245-
CMYK00.720.020.02
HSL301.33º93.75%62.35%-
HSV(B)301.33º72.29%97.65%-
XYZ57.6830.9989.33-
YUV142.88185.63203.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.23%
GREEN value IS 69 (27.34% from 255) = 12.26%
BLUE value IS 245 (96.09% from 255) = 43.52%
R=44.23%
G=12.26%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496924500.720.020.02301.3393.7562.35
HexF945F50482212d5e3e
Octal37110536501102245513676
Binary111110011000101111101010100100010101001011011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F945F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F945F5; }

 p { color: rgb(249,69,245); }

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

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

 a { background-color: rgb(249,69,245); }

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

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

 span { border-color: rgb(249,69,245); }

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