Html Css Color HEX #FA50F1 Pink Flamingo

📋 copy color: '#FA50F1'

red 250 ◦ green 80 ◦ blue 241

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

Shades of Pink Flamingo #FA50F1

Tints of Pink Flamingo #FA50F1

RGB

 RED value IS 250 (98.05% from 255) = 43.78%

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

 BLUE value IS 241 (94.53% from 255) = 42.21%

R = 43.78%
G = 14.01%
B = 42.21%

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

#FA50F1 (or 0xFA50F1) is known color: Pink Flamingo. HEX triplet: FA, 50 and F1. RGB value is (250,80,241). Sum of RGB (Red+Green+Blue) = 250+80+241=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 80 (31.64% from 255 or 14.01% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA50F1 is #05AF0E. Grayscale: #949494. Windows color (decimal): -372495 or 15814906. OLE color: 15814906.

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

Color convert

RGB 250 80 241 -
CMYK 0 0.68 0.04 0.02
HSL 303.18º 0.94% 0.65% -
HSV(B) 303.18º 0.68% 0.98% -
XYZ 58.17 32.41 86.41 -
YUV 149.18 179.82 199.91 -
System Red Green Blue C M Y K H S L
Decimal 250 80 241 0 0.68 0.04 0.02 303.18 0.94 0.65
Hex FA 50 F1 0 44 4 2 12F 5E 41
Octal 372 120 361 0 104 4 2 457 136 101
Binary 11111010 1010000 11110001 0 1000100 100 10 100101111 1011110 1000001

Color Harmonies of #FA50F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA50F1

Black with #FA50F1

Text Example


Text Example

White with #FA50F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA50F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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