#FB35FA

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

Shades of Pink Flamingo #FB35FA

Tints of Pink Flamingo #FB35FA

Color information

#FB35FA (or 0xFB35FA) is unknown color: approx Pink Flamingo. HEX triplet: FB, 35 and FA. RGB value is (251,53,250). Sum of RGB (Red+Green+Blue) = 251+53+250=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 53 (21.09% from 255 or 9.57% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB35FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB35FA is #04CA05. Grayscale: #868686. Windows color (decimal): -313862 or 16397819. OLE color: 16397819.

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

Color convert

RGB25153250-
CMYK00.790.000.02
HSL300.3º96.12%59.61%-
HSV(B)300.3º78.88%98.43%-
XYZ58.3129.9693.15-
YUV134.66193.1210.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.31%
GREEN value IS 53 (21.09% from 255) = 9.57%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=45.31%
G=9.57%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515325000.790.000.02300.396.1259.61
HexFB35FA04F0212c603c
Octal3736537201170245414074
Binary1111101111010111111010010011110101001011001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB35FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB35FA; }

 p { color: rgb(251,53,250); }

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

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

 a { background-color: rgb(251,53,250); }

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

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

 span { border-color: rgb(251,53,250); }

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