Html Css Color HEX #FB50FF Pink Flamingo

📋 copy color: '#FB50FF'

red 251 ◦ green 80 ◦ blue 255

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

Shades of Pink Flamingo #FB50FF

Tints of Pink Flamingo #FB50FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 13.65%

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

R = 42.83%
G = 13.65%
B = 43.52%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB50FF (or 0xFB50FF) is known color: Pink Flamingo. HEX triplet: FB, 50 and FF. RGB value is (251,80,255). Sum of RGB (Red+Green+Blue) = 251+80+255=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 80 (31.64% from 255 or 13.65% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB50FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB50FF is #04AF00. Grayscale: #969696. Windows color (decimal): -306945 or 16732411. OLE color: 16732411.

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

Color convert

RGB 251 80 255 -
CMYK 0.02 0.69 0 0
HSL 298.63º 1% 0.66% -
HSV(B) 298.63º 0.69% 1% -
XYZ 60.7 33.47 97.87 -
YUV 151.08 186.65 199.27 -
System Red Green Blue C M Y K H S L
Decimal 251 80 255 0.02 0.69 0 0 298.63 1 0.66
Hex FB 50 FF 2 45 0 0 12B 64 42
Octal 373 120 377 2 105 0 0 453 144 102
Binary 11111011 1010000 11111111 10 1000101 0 0 100101011 1100100 1000010

Color Harmonies of #FB50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB50FF

Black with #FB50FF

Text Example


Text Example

White with #FB50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB50FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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