#F745FC

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

Shades of Pink Flamingo #F745FC

Tints of Pink Flamingo #F745FC

Color information

#F745FC (or 0xF745FC) is unknown color: approx Pink Flamingo. HEX triplet: F7, 45 and FC. RGB value is (247,69,252). Sum of RGB (Red+Green+Blue) = 247+69+252=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 69 (27.34% from 255 or 12.15% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #F745FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F745FC is #08BA03. Grayscale: #8E8E8E. Windows color (decimal): -571908 or 16532983. OLE color: 16532983.

HSL color Cylindrical-coordinate representation of color #F745FC: hue angle of 298.36º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F745FC is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24769252-
CMYK0.020.7300.01
HSL298.36º96.83%62.94%-
HSV(B)298.36º72.62%98.82%-
XYZ58.0631.0695.03-
YUV143.08189.47202.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.49%
GREEN value IS 69 (27.34% from 255) = 12.15%
BLUE value IS 252 (98.83% from 255) = 44.37%
R=43.49%
G=12.15%
B=44.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal247692520.020.7300.01298.3696.8362.94
HexF745FC2490112a613f
Octal36710537421110145214177
Binary11110111100010111111100101001001011001010101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F745FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F745FC; }

 p { color: rgb(247,69,252); }

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

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

 a { background-color: rgb(247,69,252); }

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

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

 span { border-color: rgb(247,69,252); }

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