Html Css Color HEX #FB50EE Pink Flamingo

📋 copy color: '#FB50EE'

red 251 ◦ green 80 ◦ blue 238

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

Shades of Pink Flamingo #FB50EE

Tints of Pink Flamingo #FB50EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.83%

R = 44.11%
G = 14.06%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB50EE (or 0xFB50EE) is known color: Pink Flamingo. HEX triplet: FB, 50 and EE. RGB value is (251,80,238). Sum of RGB (Red+Green+Blue) = 251+80+238=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 80 (31.64% from 255 or 14.06% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB50EE is #04AF11. Grayscale: #949494. Windows color (decimal): -306962 or 15618299. OLE color: 15618299.

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

Color convert

RGB 251 80 238 -
CMYK 0 0.68 0.05 0.02
HSL 304.56º 0.96% 0.65% -
HSV(B) 304.56º 0.68% 0.98% -
XYZ 58.08 32.42 84.09 -
YUV 149.14 178.15 200.65 -
System Red Green Blue C M Y K H S L
Decimal 251 80 238 0 0.68 0.05 0.02 304.56 0.96 0.65
Hex FB 50 EE 0 44 5 2 131 60 41
Octal 373 120 356 0 104 5 2 461 140 101
Binary 11111011 1010000 11101110 0 1000100 101 10 100110001 1100000 1000001

Color Harmonies of #FB50EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB50EE

Black with #FB50EE

Text Example


Text Example

White with #FB50EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB50EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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