Html Css Color HEX #FB5BFF Pink Flamingo

📋 copy color: '#FB5BFF'

red 251 ◦ green 91 ◦ blue 255

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

Shades of Pink Flamingo #FB5BFF

Tints of Pink Flamingo #FB5BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.24%

 BLUE value IS 255 (100% from 255) = 42.71%

R = 42.04%
G = 15.24%
B = 42.71%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB5BFF (or 0xFB5BFF) is known color: Pink Flamingo. HEX triplet: FB, 5B and FF. RGB value is (251,91,255). Sum of RGB (Red+Green+Blue) = 251+91+255=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 91 (35.94% from 255 or 15.24% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB5BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5BFF is #04A400. Grayscale: #9D9D9D. Windows color (decimal): -304129 or 16735227. OLE color: 16735227.

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

Color convert

RGB 251 91 255 -
CMYK 0.02 0.64 0 0
HSL 298.54º 1% 0.68% -
HSV(B) 298.54º 0.64% 1% -
XYZ 61.57 35.21 98.16 -
YUV 157.54 183.01 194.66 -
System Red Green Blue C M Y K H S L
Decimal 251 91 255 0.02 0.64 0 0 298.54 1 0.68
Hex FB 5B FF 2 40 0 0 12B 64 44
Octal 373 133 377 2 100 0 0 453 144 104
Binary 11111011 1011011 11111111 10 1000000 0 0 100101011 1100100 1000100

Color Harmonies of #FB5BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5BFF

Black with #FB5BFF

Text Example


Text Example

White with #FB5BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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