#F75CED

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

Shades of Pink Flamingo #F75CED

Tints of Pink Flamingo #F75CED

Color information

#F75CED (or 0xF75CED) is unknown color: approx Pink Flamingo. HEX triplet: F7, 5C and ED. RGB value is (247,92,237). Sum of RGB (Red+Green+Blue) = 247+92+237=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 92 (36.33% from 255 or 15.97% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75CED is #08A312. Grayscale: #9A9A9A. Windows color (decimal): -566035 or 15555831. OLE color: 15555831.

HSL color Cylindrical-coordinate representation of color #F75CED: hue angle of 303.87º 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 #F75CED is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB24792237-
CMYK00.630.040.03
HSL303.87º90.64%66.47%-
HSV(B)303.87º62.75%96.86%-
XYZ57.4733.5483.57-
YUV154.88174.35193.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.88%
GREEN value IS 92 (36.33% from 255) = 15.97%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=42.88%
G=15.97%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479223700.630.040.03303.8790.6466.47
HexF75CED03F431305b42
Octal36713435507743460133102
Binary1111011110111001110110101111111001110011000010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75CED; }

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

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

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

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

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

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

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

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