#F335FC

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

Shades of Pink Flamingo #F335FC

Tints of Pink Flamingo #F335FC

Color information

#F335FC (or 0xF335FC) is unknown color: approx Pink Flamingo. HEX triplet: F3, 35 and FC. RGB value is (243,53,252). Sum of RGB (Red+Green+Blue) = 243+53+252=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 53 (21.09% from 255 or 9.67% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #F335FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F335FC is #0CCA03. Grayscale: #838383. Windows color (decimal): -838148 or 16528883. OLE color: 16528883.

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

Color convert

RGB24353252-
CMYK0.040.7900.01
HSL297.29º97.07%59.8%-
HSV(B)297.29º78.97%98.82%-
XYZ55.8128.6394.68-
YUV132.5195.45206.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.34%
GREEN value IS 53 (21.09% from 255) = 9.67%
BLUE value IS 252 (98.83% from 255) = 45.99%
R=44.34%
G=9.67%
B=45.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal243532520.040.7900.01297.2997.0759.8
HexF335FC44F01129613c
Octal3636537441170145114174
Binary11110011110101111111001001001111011001010011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F335FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F335FC; }

 p { color: rgb(243,53,252); }

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

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

 a { background-color: rgb(243,53,252); }

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

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

 span { border-color: rgb(243,53,252); }

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