#F254FB

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

Shades of Pink Flamingo #F254FB

Tints of Pink Flamingo #F254FB

Color information

#F254FB (or 0xF254FB) is unknown color: approx Pink Flamingo. HEX triplet: F2, 54 and FB. RGB value is (242,84,251). Sum of RGB (Red+Green+Blue) = 242+84+251=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 84 (33.20% from 255 or 14.56% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #F254FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F254FB is #0DAB04. Grayscale: #959595. Windows color (decimal): -895749 or 16471282. OLE color: 16471282.

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

Color convert

RGB24284251-
CMYK0.040.6700.02
HSL296.77º95.43%65.69%-
HSV(B)296.77º66.53%98.43%-
XYZ57.232.1894.46-
YUV150.28184.85193.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.94%
GREEN value IS 84 (33.20% from 255) = 14.56%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=41.94%
G=14.56%
B=43.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242842510.040.6700.02296.7795.4365.69
HexF254FB443021295f42
Octal362124373410302451137102
Binary11110010101010011111011100100001101010010100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F254FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F254FB; }

 p { color: rgb(242,84,251); }

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

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

 a { background-color: rgb(242,84,251); }

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

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

 span { border-color: rgb(242,84,251); }

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