Html Css Color HEX #FA54F7 Pink Flamingo

📋 copy color: '#FA54F7'

red 250 ◦ green 84 ◦ blue 247

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

Shades of Pink Flamingo #FA54F7

Tints of Pink Flamingo #FA54F7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.46%

 BLUE value IS 247 (96.88% from 255) = 42.51%

R = 43.03%
G = 14.46%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA54F7 (or 0xFA54F7) is known color: Pink Flamingo. HEX triplet: FA, 54 and F7. RGB value is (250,84,247). Sum of RGB (Red+Green+Blue) = 250+84+247=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 84 (33.20% from 255 or 14.46% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA54F7 is #05AB08. Grayscale: #979797. Windows color (decimal): -371465 or 16209146. OLE color: 16209146.

HSL color Cylindrical-coordinate representation of color #FA54F7: hue angle of 301.08º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA54F7 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 84 247 -
CMYK 0 0.66 0.01 0.02
HSL 301.08º 0.94% 0.65% -
HSV(B) 301.08º 0.66% 0.98% -
XYZ 59.38 33.38 91.31 -
YUV 152.22 181.5 197.75 -
System Red Green Blue C M Y K H S L
Decimal 250 84 247 0 0.66 0.01 0.02 301.08 0.94 0.65
Hex FA 54 F7 0 42 1 2 12D 5E 41
Octal 372 124 367 0 102 1 2 455 136 101
Binary 11111010 1010100 11110111 0 1000010 1 10 100101101 1011110 1000001

Color Harmonies of #FA54F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA54F7

Black with #FA54F7

Text Example


Text Example

White with #FA54F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA54F7; }

 p { color: rgb(250,84,247); }

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

background-color css

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

 a { background-color: rgb(250,84,247); }

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

border-color css

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

 span { border-color: rgb(250,84,247); }

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