#F744FD

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

Shades of Pink Flamingo #F744FD

Tints of Pink Flamingo #F744FD

Color information

#F744FD (or 0xF744FD) is unknown color: approx Pink Flamingo. HEX triplet: F7, 44 and FD. RGB value is (247,68,253). Sum of RGB (Red+Green+Blue) = 247+68+253=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 68 (26.95% from 255 or 11.97% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #F744FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F744FD is #08BB02. Grayscale: #8E8E8E. Windows color (decimal): -572163 or 16598263. OLE color: 16598263.

HSL color Cylindrical-coordinate representation of color #F744FD: hue angle of 298.05º degrees, saturation: 0.98, 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 #F744FD is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24768253-
CMYK0.020.7300.01
HSL298.05º97.88%62.94%-
HSV(B)298.05º73.12%99.22%-
XYZ58.153195.85-
YUV142.61190.3202.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.49%
GREEN value IS 68 (26.95% from 255) = 11.97%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=43.49%
G=11.97%
B=44.54%

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
Decimal247682530.020.7300.01298.0597.8862.94
HexF744FD2490112a623f
Octal36710437521110145214277
Binary11110111100010011111101101001001011001010101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F744FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F744FD; }

 p { color: rgb(247,68,253); }

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

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

 a { background-color: rgb(247,68,253); }

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

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

 span { border-color: rgb(247,68,253); }

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