#F451F1

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

Shades of Pink Flamingo #F451F1

Tints of Pink Flamingo #F451F1

Color information

#F451F1 (or 0xF451F1) is unknown color: approx Pink Flamingo. HEX triplet: F4, 51 and F1. RGB value is (244,81,241). Sum of RGB (Red+Green+Blue) = 244+81+241=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 81 (32.03% from 255 or 14.31% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F451F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F451F1 is #0BAE0E. Grayscale: #939393. Windows color (decimal): -765455 or 15815156. OLE color: 15815156.

HSL color Cylindrical-coordinate representation of color #F451F1: hue angle of 301.1º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F451F1 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB24481241-
CMYK00.670.010.04
HSL301.1º88.11%63.73%-
HSV(B)301.1º66.8%95.69%-
XYZ56.1331.4786.33-
YUV147.98180.5196.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.11%
GREEN value IS 81 (32.03% from 255) = 14.31%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=43.11%
G=14.31%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448124100.670.010.04301.188.1163.73
HexF451F10431412d5840
Octal364121361010314455130100
Binary1111010010100011111000101000011110010010110110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F451F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F451F1; }

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

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

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

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

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

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

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

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