#F152FE

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

Shades of Pink Flamingo #F152FE

Tints of Pink Flamingo #F152FE

Color information

#F152FE (or 0xF152FE) is unknown color: approx Pink Flamingo. HEX triplet: F1, 52 and FE. RGB value is (241,82,254). Sum of RGB (Red+Green+Blue) = 241+82+254=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 82 (32.42% from 255 or 14.21% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #F152FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F152FE is #0EAD01. Grayscale: #949494. Windows color (decimal): -961794 or 16667377. OLE color: 16667377.

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

Color convert

RGB24182254-
CMYK0.050.6800.00
HSL295.47º98.85%65.88%-
HSV(B)295.47º67.72%99.61%-
XYZ57.1831.8996.91-
YUV149.15187.18193.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.77%
GREEN value IS 82 (32.42% from 255) = 14.21%
BLUE value IS 254 (99.61% from 255) = 44.02%
R=41.77%
G=14.21%
B=44.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal241822540.050.6800.00295.4798.8565.88
HexF152FE544001276342
Octal361122376510400447143102
Binary1111000110100101111111010110001000010010011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F152FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F152FE; }

 p { color: rgb(241,82,254); }

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

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

 a { background-color: rgb(241,82,254); }

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

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

 span { border-color: rgb(241,82,254); }

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