Html Css Color HEX #FF50FA Pink Flamingo

📋 copy color: '#FF50FA'

red 255 ◦ green 80 ◦ blue 250

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

Shades of Pink Flamingo #FF50FA

Tints of Pink Flamingo #FF50FA

RGB

 RED value IS 255 (100% from 255) = 43.59%

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

 BLUE value IS 250 (98.05% from 255) = 42.74%

R = 43.59%
G = 13.68%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF50FA (or 0xFF50FA) is known color: Pink Flamingo. HEX triplet: FF, 50 and FA. RGB value is (255,80,250). Sum of RGB (Red+Green+Blue) = 255+80+250=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 80 (31.64% from 255 or 13.68% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF50FA is #00AF05. Grayscale: #979797. Windows color (decimal): -44806 or 16404735. OLE color: 16404735.

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

Color convert

RGB 255 80 250 -
CMYK 0 0.69 0.02 0
HSL 301.71º 1% 0.66% -
HSV(B) 301.71º 0.69% 1% -
XYZ 61.36 33.9 93.75 -
YUV 151.71 183.48 201.68 -
System Red Green Blue C M Y K H S L
Decimal 255 80 250 0 0.69 0.02 0 301.71 1 0.66
Hex FF 50 FA 0 45 2 0 12E 64 42
Octal 377 120 372 0 105 2 0 456 144 102
Binary 11111111 1010000 11111010 0 1000101 10 0 100101110 1100100 1000010

Color Harmonies of #FF50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50FA

Black with #FF50FA

Text Example


Text Example

White with #FF50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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