#F35CFF

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

Shades of Pink Flamingo #F35CFF

Tints of Pink Flamingo #F35CFF

Color information

#F35CFF (or 0xF35CFF) is unknown color: approx Pink Flamingo. HEX triplet: F3, 5C and FF. RGB value is (243,92,255). Sum of RGB (Red+Green+Blue) = 243+92+255=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 92 (36.33% from 255 or 15.59% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #F35CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F35CFF is #0CA300. Grayscale: #9B9B9B. Windows color (decimal): -828161 or 16735475. OLE color: 16735475.

HSL color Cylindrical-coordinate representation of color #F35CFF: hue angle of 295.58º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F35CFF is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24392255-
CMYK0.050.6400
HSL295.58º100%68.04%-
HSV(B)295.58º63.92%100%-
XYZ58.8433.9398.06-
YUV155.73184.03190.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.19%
GREEN value IS 92 (36.33% from 255) = 15.59%
BLUE value IS 255 (100% from 255) = 43.22%
R=41.19%
G=15.59%
B=43.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal243922550.050.6400295.5810068.04
HexF35CFF540001286444
Octal363134377510000450144104
Binary1111001110111001111111110110000000010010100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35CFF; }

 p { color: rgb(243,92,255); }

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

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

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

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

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

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

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