#F35FF3

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

Shades of Pink Flamingo #F35FF3

Tints of Pink Flamingo #F35FF3

Color information

#F35FF3 (or 0xF35FF3) is unknown color: approx Pink Flamingo. HEX triplet: F3, 5F and F3. RGB value is (243,95,243). Sum of RGB (Red+Green+Blue) = 243+95+243=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 95 (37.5% from 255 or 16.35% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F35FF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F35FF3 is #0CA00C. Grayscale: #9B9B9B. Windows color (decimal): -827405 or 15949811. OLE color: 15949811.

HSL color Cylindrical-coordinate representation of color #F35FF3: hue angle of 300º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F35FF3 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24395243-
CMYK00.6100.05
HSL300º86.05%66.27%-
HSV(B)300º60.91%95.29%-
XYZ57.2333.7188.28-
YUV156.12177.03189.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.82%
GREEN value IS 95 (37.5% from 255) = 16.35%
BLUE value IS 243 (95.31% from 255) = 41.82%
R=41.82%
G=16.35%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439524300.6100.0530086.0566.27
HexF35FF303D0512c5642
Octal36313736307505454126102
Binary111100111011111111100110111101010110010110010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35FF3; }

 p { color: rgb(243,95,243); }

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

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

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

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

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

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

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