#F745FF

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

Shades of Pink Flamingo #F745FF

Tints of Pink Flamingo #F745FF

Color information

#F745FF (or 0xF745FF) is unknown color: approx Pink Flamingo. HEX triplet: F7, 45 and FF. RGB value is (247,69,255). Sum of RGB (Red+Green+Blue) = 247+69+255=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 69 (27.34% from 255 or 12.08% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #F745FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F745FF is #08BA00. Grayscale: #8E8E8E. Windows color (decimal): -571905 or 16729591. OLE color: 16729591.

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

Color convert

RGB24769255-
CMYK0.030.7300
HSL297.42º100%63.53%-
HSV(B)297.42º72.94%100%-
XYZ58.5431.2597.55-
YUV143.43190.97201.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.26%
GREEN value IS 69 (27.34% from 255) = 12.08%
BLUE value IS 255 (100% from 255) = 44.66%
R=43.26%
G=12.08%
B=44.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal247692550.030.7300297.4210063.53
HexF745FF349001296440
Octal367105377311100451144100
Binary111101111000101111111111110010010010010100111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F745FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F745FF; }

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

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

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

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

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

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

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

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