Html Css Color HEX #FA54F3 Pink Flamingo

📋 copy color: '#FA54F3'

red 250 ◦ green 84 ◦ blue 243

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

Shades of Pink Flamingo #FA54F3

Tints of Pink Flamingo #FA54F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.11%

R = 43.33%
G = 14.56%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA54F3 (or 0xFA54F3) is known color: Pink Flamingo. HEX triplet: FA, 54 and F3. RGB value is (250,84,243). Sum of RGB (Red+Green+Blue) = 250+84+243=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 84 (33.20% from 255 or 14.56% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA54F3 is #05AB0C. Grayscale: #979797. Windows color (decimal): -371469 or 15947002. OLE color: 15947002.

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

Color convert

RGB 250 84 243 -
CMYK 0 0.66 0.03 0.02
HSL 302.53º 0.94% 0.65% -
HSV(B) 302.53º 0.66% 0.98% -
XYZ 58.77 33.14 88.09 -
YUV 151.76 179.5 198.07 -
System Red Green Blue C M Y K H S L
Decimal 250 84 243 0 0.66 0.03 0.02 302.53 0.94 0.65
Hex FA 54 F3 0 42 3 2 12F 5E 41
Octal 372 124 363 0 102 3 2 457 136 101
Binary 11111010 1010100 11110011 0 1000010 11 10 100101111 1011110 1000001

Color Harmonies of #FA54F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA54F3

Black with #FA54F3

Text Example


Text Example

White with #FA54F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA54F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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