#F75CFF

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

Shades of Pink Flamingo #F75CFF

Tints of Pink Flamingo #F75CFF

Color information

#F75CFF (or 0xF75CFF) is unknown color: approx Pink Flamingo. HEX triplet: F7, 5C and FF. RGB value is (247,92,255). Sum of RGB (Red+Green+Blue) = 247+92+255=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 92 (36.33% from 255 or 15.49% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #F75CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75CFF is #08A300. Grayscale: #9C9C9C. Windows color (decimal): -566017 or 16735479. OLE color: 16735479.

HSL color Cylindrical-coordinate representation of color #F75CFF: hue angle of 297.06º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75CFF is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24792255-
CMYK0.030.6400
HSL297.06º100%68.04%-
HSV(B)297.06º63.92%100%-
XYZ60.2334.6598.12-
YUV156.93183.35192.25-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.58%
GREEN value IS 92 (36.33% from 255) = 15.49%
BLUE value IS 255 (100% from 255) = 42.93%
R=41.58%
G=15.49%
B=42.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal247922550.030.6400297.0610068.04
HexF75CFF340001296444
Octal367134377310000451144104
Binary111101111011100111111111110000000010010100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75CFF; }

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

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

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

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

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

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

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

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