Html Css Color HEX #FB50EA Pink Flamingo

📋 copy color: '#FB50EA'

red 251 ◦ green 80 ◦ blue 234

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

Shades of Pink Flamingo #FB50EA

Tints of Pink Flamingo #FB50EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.42%

R = 44.42%
G = 14.16%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FB50EA (or 0xFB50EA) is known color: Pink Flamingo. HEX triplet: FB, 50 and EA. RGB value is (251,80,234). Sum of RGB (Red+Green+Blue) = 251+80+234=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 80 (31.64% from 255 or 14.16% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB50EA is #04AF15. Grayscale: #949494. Windows color (decimal): -306966 or 15356155. OLE color: 15356155.

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

Color convert

RGB 251 80 234 -
CMYK 0 0.68 0.07 0.02
HSL 305.96º 0.96% 0.65% -
HSV(B) 305.96º 0.68% 0.98% -
XYZ 57.5 32.19 81.02 -
YUV 148.69 176.15 200.98 -
System Red Green Blue C M Y K H S L
Decimal 251 80 234 0 0.68 0.07 0.02 305.96 0.96 0.65
Hex FB 50 EA 0 44 7 2 132 60 41
Octal 373 120 352 0 104 7 2 462 140 101
Binary 11111011 1010000 11101010 0 1000100 111 10 100110010 1100000 1000001

Color Harmonies of #FB50EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB50EA

Black with #FB50EA

Text Example


Text Example

White with #FB50EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB50EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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