#F75DFC

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

Shades of Pink Flamingo #F75DFC

Tints of Pink Flamingo #F75DFC

Color information

#F75DFC (or 0xF75DFC) is unknown color: approx Pink Flamingo. HEX triplet: F7, 5D and FC. RGB value is (247,93,252). Sum of RGB (Red+Green+Blue) = 247+93+252=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 93 (36.72% from 255 or 15.71% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #F75DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75DFC is #08A203. Grayscale: #9C9C9C. Windows color (decimal): -565764 or 16539127. OLE color: 16539127.

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

Color convert

RGB24793252-
CMYK0.020.6300.01
HSL298.11º96.36%67.65%-
HSV(B)298.11º63.1%98.82%-
XYZ59.8434.6395.63-
YUV157.17181.52192.07-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.72%
GREEN value IS 93 (36.72% from 255) = 15.71%
BLUE value IS 252 (98.83% from 255) = 42.57%
R=41.72%
G=15.71%
B=42.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal247932520.020.6300.01298.1196.3667.65
HexF75DFC23F0112a6044
Octal36713537427701452140104
Binary11110111101110111111100101111110110010101011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75DFC; }

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

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

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

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

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

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

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

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