Html Css Color HEX #FB5AFF Pink Flamingo

📋 copy color: '#FB5AFF'

red 251 ◦ green 90 ◦ blue 255

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

Shades of Pink Flamingo #FB5AFF

Tints of Pink Flamingo #FB5AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.1%

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

R = 42.11%
G = 15.1%
B = 42.79%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB5AFF (or 0xFB5AFF) is known color: Pink Flamingo. HEX triplet: FB, 5A and FF. RGB value is (251,90,255). Sum of RGB (Red+Green+Blue) = 251+90+255=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 90 (35.55% from 255 or 15.10% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB5AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5AFF is #04A500. Grayscale: #9C9C9C. Windows color (decimal): -304385 or 16734971. OLE color: 16734971.

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

Color convert

RGB 251 90 255 -
CMYK 0.02 0.65 0 0
HSL 298.55º 1% 0.68% -
HSV(B) 298.55º 0.65% 1% -
XYZ 61.49 35.04 98.13 -
YUV 156.95 183.34 195.08 -
System Red Green Blue C M Y K H S L
Decimal 251 90 255 0.02 0.65 0 0 298.55 1 0.68
Hex FB 5A FF 2 41 0 0 12B 64 44
Octal 373 132 377 2 101 0 0 453 144 104
Binary 11111011 1011010 11111111 10 1000001 0 0 100101011 1100100 1000100

Color Harmonies of #FB5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5AFF

Black with #FB5AFF

Text Example


Text Example

White with #FB5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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