Html Css Color HEX #FA51F8 Pink Flamingo

📋 copy color: '#FA51F8'

red 250 ◦ green 81 ◦ blue 248

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

Shades of Pink Flamingo #FA51F8

Tints of Pink Flamingo #FA51F8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 13.99%

 BLUE value IS 248 (97.27% from 255) = 42.83%

R = 43.18%
G = 13.99%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA51F8 (or 0xFA51F8) is known color: Pink Flamingo. HEX triplet: FA, 51 and F8. RGB value is (250,81,248). Sum of RGB (Red+Green+Blue) = 250+81+248=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 81 (32.03% from 255 or 13.99% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA51F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA51F8 is #05AE07. Grayscale: #969696. Windows color (decimal): -372232 or 16273914. OLE color: 16273914.

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

Color convert

RGB 250 81 248 -
CMYK 0 0.68 0.01 0.02
HSL 300.71º 0.94% 0.65% -
HSV(B) 300.71º 0.68% 0.98% -
XYZ 59.31 32.99 92.05 -
YUV 150.57 182.99 198.92 -
System Red Green Blue C M Y K H S L
Decimal 250 81 248 0 0.68 0.01 0.02 300.71 0.94 0.65
Hex FA 51 F8 0 44 1 2 12D 5E 41
Octal 372 121 370 0 104 1 2 455 136 101
Binary 11111010 1010001 11111000 0 1000100 1 10 100101101 1011110 1000001

Color Harmonies of #FA51F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA51F8

Black with #FA51F8

Text Example


Text Example

White with #FA51F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA51F8; }

 p { color: rgb(250,81,248); }

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

background-color css

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

 a { background-color: rgb(250,81,248); }

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

border-color css

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

 span { border-color: rgb(250,81,248); }

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