#FB36FF

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

Shades of Pink Flamingo #FB36FF

Tints of Pink Flamingo #FB36FF

Color information

#FB36FF (or 0xFB36FF) is unknown color: approx Pink Flamingo. HEX triplet: FB, 36 and FF. RGB value is (251,54,255). Sum of RGB (Red+Green+Blue) = 251+54+255=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 54 (21.48% from 255 or 9.64% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB36FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB36FF is #04C900. Grayscale: #878787. Windows color (decimal): -313601 or 16725755. OLE color: 16725755.

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

Color convert

RGB25154255-
CMYK0.020.7900
HSL298.81º100%60.59%-
HSV(B)298.81º78.82%100%-
XYZ59.1530.3797.35-
YUV135.82195.27210.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 54 (21.48% from 255) = 9.64%
BLUE value IS 255 (100% from 255) = 45.54%
R=44.82%
G=9.64%
B=45.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal251542550.020.7900298.8110060.59
HexFB36FF24F0012b643d
Octal3736637721170045314475
Binary1111101111011011111111101001111001001010111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB36FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB36FF; }

 p { color: rgb(251,54,255); }

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

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

 a { background-color: rgb(251,54,255); }

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

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

 span { border-color: rgb(251,54,255); }

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