#F153FE

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

Shades of Pink Flamingo #F153FE

Tints of Pink Flamingo #F153FE

Color information

#F153FE (or 0xF153FE) is unknown color: approx Pink Flamingo. HEX triplet: F1, 53 and FE. RGB value is (241,83,254). Sum of RGB (Red+Green+Blue) = 241+83+254=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 83 (32.81% from 255 or 14.36% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #F153FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F153FE is #0EAC01. Grayscale: #959595. Windows color (decimal): -961538 or 16667633. OLE color: 16667633.

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

Color convert

RGB24183254-
CMYK0.050.6700.00
HSL295.44º98.84%66.08%-
HSV(B)295.44º67.32%99.61%-
XYZ57.2632.0496.93-
YUV149.74186.85193.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.70%
GREEN value IS 83 (32.81% from 255) = 14.36%
BLUE value IS 254 (99.61% from 255) = 43.94%
R=41.70%
G=14.36%
B=43.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal241832540.050.6700.00295.4498.8466.08
HexF153FE543001276342
Octal361123376510300447143102
Binary1111000110100111111111010110000110010010011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F153FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F153FE; }

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

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

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

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

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

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

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

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