#F93CF4

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

Shades of Pink Flamingo #F93CF4

Tints of Pink Flamingo #F93CF4

Color information

#F93CF4 (or 0xF93CF4) is unknown color: approx Pink Flamingo. HEX triplet: F9, 3C and F4. RGB value is (249,60,244). Sum of RGB (Red+Green+Blue) = 249+60+244=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 60 (23.83% from 255 or 10.85% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F93CF4 is #06C30B. Grayscale: #888888. Windows color (decimal): -443148 or 16006393. OLE color: 16006393.

HSL color Cylindrical-coordinate representation of color #F93CF4: hue angle of 301.59º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93CF4 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB24960244-
CMYK00.760.020.02
HSL301.59º94.03%60.59%-
HSV(B)301.59º75.9%97.65%-
XYZ57.0129.988.35-
YUV137.49188.12207.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.03%
GREEN value IS 60 (23.83% from 255) = 10.85%
BLUE value IS 244 (95.70% from 255) = 44.12%
R=45.03%
G=10.85%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496024400.760.020.02301.5994.0360.59
HexF93CF404C2212e5e3d
Octal3717436401142245613675
Binary11111001111100111101000100110010101001011101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93CF4; }

 p { color: rgb(249,60,244); }

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

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

 a { background-color: rgb(249,60,244); }

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

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

 span { border-color: rgb(249,60,244); }

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