#F133FA

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

Shades of Pink Flamingo #F133FA

Tints of Pink Flamingo #F133FA

Color information

#F133FA (or 0xF133FA) is unknown color: approx Pink Flamingo. HEX triplet: F1, 33 and FA. RGB value is (241,51,250). Sum of RGB (Red+Green+Blue) = 241+51+250=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 51 (20.31% from 255 or 9.41% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #F133FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F133FA is #0ECC05. Grayscale: #818181. Windows color (decimal): -969734 or 16397297. OLE color: 16397297.

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

Color convert

RGB24151250-
CMYK0.040.8000.02
HSL297.29º95.22%59.02%-
HSV(B)297.29º79.6%98.04%-
XYZ54.7127.9792.96-
YUV130.5195.45206.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 51 (20.31% from 255) = 9.41%
BLUE value IS 250 (98.05% from 255) = 46.13%
R=44.46%
G=9.41%
B=46.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241512500.040.8000.02297.2995.2259.02
HexF133FA450021295f3b
Octal3616337241200245113773
Binary111100011100111111101010010100000101001010011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F133FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F133FA; }

 p { color: rgb(241,51,250); }

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

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

 a { background-color: rgb(241,51,250); }

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

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

 span { border-color: rgb(241,51,250); }

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