Html Css Color HEX #FA57F3 Pink Flamingo

📋 copy color: '#FA57F3'

red 250 ◦ green 87 ◦ blue 243

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

Shades of Pink Flamingo #FA57F3

Tints of Pink Flamingo #FA57F3

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15%

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

R = 43.1%
G = 15%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA57F3 (or 0xFA57F3) is known color: Pink Flamingo. HEX triplet: FA, 57 and F3. RGB value is (250,87,243). Sum of RGB (Red+Green+Blue) = 250+87+243=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 87 (34.38% from 255 or 15% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA57F3 is #05A80C. Grayscale: #999999. Windows color (decimal): -370701 or 15947770. OLE color: 15947770.

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

Color convert

RGB 250 87 243 -
CMYK 0 0.65 0.03 0.02
HSL 302.58º 0.94% 0.66% -
HSV(B) 302.58º 0.65% 0.98% -
XYZ 59.01 33.61 88.17 -
YUV 153.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 250 87 243 0 0.65 0.03 0.02 302.58 0.94 0.66
Hex FA 57 F3 0 41 3 2 12F 5E 42
Octal 372 127 363 0 101 3 2 457 136 102
Binary 11111010 1010111 11110011 0 1000001 11 10 100101111 1011110 1000010

Color Harmonies of #FA57F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA57F3

Black with #FA57F3

Text Example


Text Example

White with #FA57F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA57F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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