Html Css Color HEX #FA59FE Pink Flamingo

📋 copy color: '#FA59FE'

red 250 ◦ green 89 ◦ blue 254

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

Shades of Pink Flamingo #FA59FE

Tints of Pink Flamingo #FA59FE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.01%

 BLUE value IS 254 (99.61% from 255) = 42.83%

R = 42.16%
G = 15.01%
B = 42.83%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA59FE (or 0xFA59FE) is known color: Pink Flamingo. HEX triplet: FA, 59 and FE. RGB value is (250,89,254). Sum of RGB (Red+Green+Blue) = 250+89+254=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 89 (35.16% from 255 or 15.01% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA59FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA59FE is #05A601. Grayscale: #9B9B9B. Windows color (decimal): -370178 or 16669178. OLE color: 16669178.

HSL color Cylindrical-coordinate representation of color #FA59FE: hue angle of 298.55º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA59FE is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 89 254 -
CMYK 0.02 0.65 0 0.00
HSL 298.55º 0.99% 0.67% -
HSV(B) 298.55º 0.65% 1% -
XYZ 60.89 34.62 97.24 -
YUV 155.95 183.34 195.08 -
System Red Green Blue C M Y K H S L
Decimal 250 89 254 0.02 0.65 0 0.00 298.55 0.99 0.67
Hex FA 59 FE 2 41 0 0 12B 63 43
Octal 372 131 376 2 101 0 0 453 143 103
Binary 11111010 1011001 11111110 10 1000001 0 0 100101011 1100011 1000011

Color Harmonies of #FA59FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59FE

Black with #FA59FE

Text Example


Text Example

White with #FA59FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59FE; }

 p { color: rgb(250,89,254); }

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

background-color css

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

 a { background-color: rgb(250,89,254); }

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

border-color css

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

 span { border-color: rgb(250,89,254); }

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