#F753FA

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

Shades of Pink Flamingo #F753FA

Tints of Pink Flamingo #F753FA

Color information

#F753FA (or 0xF753FA) is unknown color: approx Pink Flamingo. HEX triplet: F7, 53 and FA. RGB value is (247,83,250). Sum of RGB (Red+Green+Blue) = 247+83+250=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 83 (32.81% from 255 or 14.31% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #F753FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F753FA is #08AC05. Grayscale: #969696. Windows color (decimal): -568326 or 16405495. OLE color: 16405495.

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

Color convert

RGB24783250-
CMYK0.010.6700.02
HSL298.92º94.35%65.29%-
HSV(B)298.92º66.8%98.04%-
XYZ58.7132.8693.69-
YUV151.07183.83196.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.59%
GREEN value IS 83 (32.81% from 255) = 14.31%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=42.59%
G=14.31%
B=43.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal247832500.010.6700.02298.9294.3565.29
HexF753FA1430212b5e41
Octal367123372110302453136101
Binary111101111010011111110101100001101010010101110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F753FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F753FA; }

 p { color: rgb(247,83,250); }

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

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

 a { background-color: rgb(247,83,250); }

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

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

 span { border-color: rgb(247,83,250); }

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