#F35FF2

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

Shades of Pink Flamingo #F35FF2

Tints of Pink Flamingo #F35FF2

Color information

#F35FF2 (or 0xF35FF2) is unknown color: approx Pink Flamingo. HEX triplet: F3, 5F and F2. RGB value is (243,95,242). Sum of RGB (Red+Green+Blue) = 243+95+242=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 95 (37.5% from 255 or 16.38% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F35FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F35FF2 is #0CA00D. Grayscale: #9B9B9B. Windows color (decimal): -827406 or 15884275. OLE color: 15884275.

HSL color Cylindrical-coordinate representation of color #F35FF2: hue angle of 300.41º 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 #F35FF2 is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB24395242-
CMYK00.610.000.05
HSL300.41º86.05%66.27%-
HSV(B)300.41º60.91%95.29%-
XYZ57.0833.6587.49-
YUV156.01176.53190.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.90%
GREEN value IS 95 (37.5% from 255) = 16.38%
BLUE value IS 242 (94.92% from 255) = 41.72%
R=41.90%
G=16.38%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439524200.610.000.05300.4186.0566.27
HexF35FF203D0512c5642
Octal36313736207505454126102
Binary111100111011111111100100111101010110010110010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35FF2; }

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

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

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

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

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

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

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

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