Html Css Color HEX #FB50F0 Pink Flamingo

📋 copy color: '#FB50F0'

red 251 ◦ green 80 ◦ blue 240

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

Shades of Pink Flamingo #FB50F0

Tints of Pink Flamingo #FB50F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.03%

R = 43.96%
G = 14.01%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB50F0 (or 0xFB50F0) is known color: Pink Flamingo. HEX triplet: FB, 50 and F0. RGB value is (251,80,240). Sum of RGB (Red+Green+Blue) = 251+80+240=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 80 (31.64% from 255 or 14.01% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB50F0 is #04AF0F. Grayscale: #949494. Windows color (decimal): -306960 or 15749371. OLE color: 15749371.

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

Color convert

RGB 251 80 240 -
CMYK 0 0.68 0.04 0.02
HSL 303.86º 0.96% 0.65% -
HSV(B) 303.86º 0.68% 0.98% -
XYZ 58.38 32.54 85.64 -
YUV 149.37 179.15 200.49 -
System Red Green Blue C M Y K H S L
Decimal 251 80 240 0 0.68 0.04 0.02 303.86 0.96 0.65
Hex FB 50 F0 0 44 4 2 130 60 41
Octal 373 120 360 0 104 4 2 460 140 101
Binary 11111011 1010000 11110000 0 1000100 100 10 100110000 1100000 1000001

Color Harmonies of #FB50F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB50F0

Black with #FB50F0

Text Example


Text Example

White with #FB50F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB50F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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