#F933FC

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

Shades of Pink Flamingo #F933FC

Tints of Pink Flamingo #F933FC

Color information

#F933FC (or 0xF933FC) is unknown color: approx Pink Flamingo. HEX triplet: F9, 33 and FC. RGB value is (249,51,252). Sum of RGB (Red+Green+Blue) = 249+51+252=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 51 (20.31% from 255 or 9.24% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #F933FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F933FC is #06CC03. Grayscale: #848484. Windows color (decimal): -445444 or 16528377. OLE color: 16528377.

HSL color Cylindrical-coordinate representation of color #F933FC: hue angle of 299.1º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F933FC is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24951252-
CMYK0.010.8000.01
HSL299.1º97.1%59.41%-
HSV(B)299.1º79.76%98.82%-
XYZ57.8229.5494.75-
YUV133.12195.1210.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.11%
GREEN value IS 51 (20.31% from 255) = 9.24%
BLUE value IS 252 (98.83% from 255) = 45.65%
R=45.11%
G=9.24%
B=45.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal249512520.010.8000.01299.197.159.41
HexF933FC1500112b613b
Octal3716337411200145314173
Binary111110011100111111110011010000011001010111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F933FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F933FC; }

 p { color: rgb(249,51,252); }

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

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

 a { background-color: rgb(249,51,252); }

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

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

 span { border-color: rgb(249,51,252); }

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