Html Css Color HEX #FA54F0 Pink Flamingo

📋 copy color: '#FA54F0'

red 250 ◦ green 84 ◦ blue 240

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

Shades of Pink Flamingo #FA54F0

Tints of Pink Flamingo #FA54F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.81%

R = 43.55%
G = 14.63%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA54F0 (or 0xFA54F0) is known color: Pink Flamingo. HEX triplet: FA, 54 and F0. RGB value is (250,84,240). Sum of RGB (Red+Green+Blue) = 250+84+240=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 84 (33.20% from 255 or 14.63% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA54F0 is #05AB0F. Grayscale: #969696. Windows color (decimal): -371472 or 15750394. OLE color: 15750394.

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

Color convert

RGB 250 84 240 -
CMYK 0 0.66 0.04 0.02
HSL 303.61º 0.94% 0.65% -
HSV(B) 303.61º 0.66% 0.98% -
XYZ 58.32 32.96 85.73 -
YUV 151.42 178 198.32 -
System Red Green Blue C M Y K H S L
Decimal 250 84 240 0 0.66 0.04 0.02 303.61 0.94 0.65
Hex FA 54 F0 0 42 4 2 130 5E 41
Octal 372 124 360 0 102 4 2 460 136 101
Binary 11111010 1010100 11110000 0 1000010 100 10 100110000 1011110 1000001

Color Harmonies of #FA54F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA54F0

Black with #FA54F0

Text Example


Text Example

White with #FA54F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA54F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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