#F15FF4

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

Shades of Pink Flamingo #F15FF4

Tints of Pink Flamingo #F15FF4

Color information

#F15FF4 (or 0xF15FF4) is unknown color: approx Pink Flamingo. HEX triplet: F1, 5F and F4. RGB value is (241,95,244). Sum of RGB (Red+Green+Blue) = 241+95+244=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 95 (37.5% from 255 or 16.38% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 244 - color contains mainly: blue. Hex color #F15FF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15FF4 is #0EA00B. Grayscale: #9B9B9B. Windows color (decimal): -958476 or 16015345. OLE color: 16015345.

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

Color convert

RGB24195244-
CMYK0.010.6100.04
HSL298.79º87.13%66.47%-
HSV(B)298.79º61.07%95.69%-
XYZ56.733.4289.05-
YUV155.64177.87188.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 95 (37.5% from 255) = 16.38%
BLUE value IS 244 (95.70% from 255) = 42.07%
R=41.55%
G=16.38%
B=42.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal241952440.010.6100.04298.7987.1366.47
HexF15FF413D0412b5742
Octal36113736417504453127102
Binary111100011011111111101001111101010010010101110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15FF4; }

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

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

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

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

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

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

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

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