Html Css Color HEX #FA50F2 Pink Flamingo

📋 copy color: '#FA50F2'

red 250 ◦ green 80 ◦ blue 242

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

Shades of Pink Flamingo #FA50F2

Tints of Pink Flamingo #FA50F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.31%

R = 43.71%
G = 13.99%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA50F2 (or 0xFA50F2) is known color: Pink Flamingo. HEX triplet: FA, 50 and F2. RGB value is (250,80,242). Sum of RGB (Red+Green+Blue) = 250+80+242=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 80 (31.64% from 255 or 13.99% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA50F2 is #05AF0D. Grayscale: #949494. Windows color (decimal): -372494 or 15880442. OLE color: 15880442.

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

Color convert

RGB 250 80 242 -
CMYK 0 0.68 0.03 0.02
HSL 302.82º 0.94% 0.65% -
HSV(B) 302.82º 0.68% 0.98% -
XYZ 58.32 32.47 87.2 -
YUV 149.3 180.32 199.83 -
System Red Green Blue C M Y K H S L
Decimal 250 80 242 0 0.68 0.03 0.02 302.82 0.94 0.65
Hex FA 50 F2 0 44 3 2 12F 5E 41
Octal 372 120 362 0 104 3 2 457 136 101
Binary 11111010 1010000 11110010 0 1000100 11 10 100101111 1011110 1000001

Color Harmonies of #FA50F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA50F2

Black with #FA50F2

Text Example


Text Example

White with #FA50F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA50F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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