#F35BFF

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

Shades of Pink Flamingo #F35BFF

Tints of Pink Flamingo #F35BFF

Color information

#F35BFF (or 0xF35BFF) is unknown color: approx Pink Flamingo. HEX triplet: F3, 5B and FF. RGB value is (243,91,255). Sum of RGB (Red+Green+Blue) = 243+91+255=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 91 (35.94% from 255 or 15.45% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #F35BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F35BFF is #0CA400. Grayscale: #9A9A9A. Windows color (decimal): -828417 or 16735219. OLE color: 16735219.

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

Color convert

RGB24391255-
CMYK0.050.6400
HSL295.61º100%67.84%-
HSV(B)295.61º64.31%100%-
XYZ58.7533.7698.03-
YUV155.14184.36190.66-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.26%
GREEN value IS 91 (35.94% from 255) = 15.45%
BLUE value IS 255 (100% from 255) = 43.29%
R=41.26%
G=15.45%
B=43.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal243912550.050.6400295.6110067.84
HexF35BFF540001286444
Octal363133377510000450144104
Binary1111001110110111111111110110000000010010100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35BFF; }

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

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

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

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

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

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

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

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