#F75CF0

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

Shades of Pink Flamingo #F75CF0

Tints of Pink Flamingo #F75CF0

Color information

#F75CF0 (or 0xF75CF0) is unknown color: approx Pink Flamingo. HEX triplet: F7, 5C and F0. RGB value is (247,92,240). Sum of RGB (Red+Green+Blue) = 247+92+240=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 92 (36.33% from 255 or 15.89% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75CF0 is #08A30F. Grayscale: #9A9A9A. Windows color (decimal): -566032 or 15752439. OLE color: 15752439.

HSL color Cylindrical-coordinate representation of color #F75CF0: hue angle of 302.71º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75CF0 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB24792240-
CMYK00.630.030.03
HSL302.71º90.64%66.47%-
HSV(B)302.71º62.75%96.86%-
XYZ57.9133.7285.89-
YUV155.22175.85193.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.66%
GREEN value IS 92 (36.33% from 255) = 15.89%
BLUE value IS 240 (94.14% from 255) = 41.45%
R=42.66%
G=15.89%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479224000.630.030.03302.7190.6466.47
HexF75CF003F3312f5b42
Octal36713436007733457133102
Binary111101111011100111100000111111111110010111110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75CF0; }

 p { color: rgb(247,92,240); }

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

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

 a { background-color: rgb(247,92,240); }

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

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

 span { border-color: rgb(247,92,240); }

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