#F451FF

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

Shades of Pink Flamingo #F451FF

Tints of Pink Flamingo #F451FF

Color information

#F451FF (or 0xF451FF) is unknown color: approx Pink Flamingo. HEX triplet: F4, 51 and FF. RGB value is (244,81,255). Sum of RGB (Red+Green+Blue) = 244+81+255=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 81 (32.03% from 255 or 13.97% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #F451FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F451FF is #0BAE00. Grayscale: #959595. Windows color (decimal): -765441 or 16732660. OLE color: 16732660.

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

Color convert

RGB24481255-
CMYK0.040.6800
HSL296.21º100%65.88%-
HSV(B)296.21º68.24%100%-
XYZ58.332.3497.78-
YUV149.57187.5195.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.07%
GREEN value IS 81 (32.03% from 255) = 13.97%
BLUE value IS 255 (100% from 255) = 43.97%
R=42.07%
G=13.97%
B=43.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal244812550.040.6800296.2110065.88
HexF451FF444001286442
Octal364121377410400450144102
Binary1111010010100011111111110010001000010010100011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F451FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F451FF; }

 p { color: rgb(244,81,255); }

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

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

 a { background-color: rgb(244,81,255); }

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

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

 span { border-color: rgb(244,81,255); }

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