Html Css Color HEX #FB55FA Pink Flamingo

📋 copy color: '#FB55FA'

red 251 ◦ green 85 ◦ blue 250

#FB55FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #FB55FA

Tints of Pink Flamingo #FB55FA

RGB

 RED value IS 251 (98.44% from 255) = 42.83%

 GREEN value IS 85 (33.59% from 255) = 14.51%

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 42.83%
G = 14.51%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FB55FA (or 0xFB55FA) is known color: Pink Flamingo. HEX triplet: FB, 55 and FA. RGB value is (251,85,250). Sum of RGB (Red+Green+Blue) = 251+85+250=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 85 (33.59% from 255 or 14.51% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB55FA is #04AA05. Grayscale: #989898. Windows color (decimal): -305670 or 16406011. OLE color: 16406011.

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

Color convert

RGB 251 85 250 -
CMYK 0 0.66 0.00 0.02
HSL 300.36º 0.95% 0.66% -
HSV(B) 300.36º 0.66% 0.98% -
XYZ 60.29 33.91 93.81 -
YUV 153.44 182.5 197.58 -
System Red Green Blue C M Y K H S L
Decimal 251 85 250 0 0.66 0.00 0.02 300.36 0.95 0.66
Hex FB 55 FA 0 42 0 2 12C 5F 42
Octal 373 125 372 0 102 0 2 454 137 102
Binary 11111011 1010101 11111010 0 1000010 0 10 100101100 1011111 1000010

Color Harmonies of #FB55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB55FA

Black with #FB55FA

Text Example


Text Example

White with #FB55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB55FA; }

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

 H1.HeaderClassName
 {
   color: #FB55FA;
 }
 .AnyTagClassName
 {
   color: #FB55FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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