#FB3AFD

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

Shades of Pink Flamingo #FB3AFD

Tints of Pink Flamingo #FB3AFD

Color information

#FB3AFD (or 0xFB3AFD) is unknown color: approx Pink Flamingo. HEX triplet: FB, 3A and FD. RGB value is (251,58,253). Sum of RGB (Red+Green+Blue) = 251+58+253=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 58 (23.05% from 255 or 10.32% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #FB3AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3AFD is #04C502. Grayscale: #898989. Windows color (decimal): -312579 or 16595707. OLE color: 16595707.

HSL color Cylindrical-coordinate representation of color #FB3AFD: hue angle of 299.38º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3AFD is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB25158253-
CMYK0.010.7700.01
HSL299.38º97.99%60.98%-
HSV(B)299.38º77.08%99.22%-
XYZ59.0330.6395.73-
YUV137.94192.94208.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.66%
GREEN value IS 58 (23.05% from 255) = 10.32%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=44.66%
G=10.32%
B=45.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal251582530.010.7700.01299.3897.9960.98
HexFB3AFD14D0112b623d
Octal3737237511150145314275
Binary111110111110101111110111001101011001010111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3AFD; }

 p { color: rgb(251,58,253); }

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

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

 a { background-color: rgb(251,58,253); }

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

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

 span { border-color: rgb(251,58,253); }

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