Html Css Color HEX #FA57F0 Pink Flamingo

📋 copy color: '#FA57F0'

red 250 ◦ green 87 ◦ blue 240

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

Shades of Pink Flamingo #FA57F0

Tints of Pink Flamingo #FA57F0

RGB

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

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

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

R = 43.33%
G = 15.08%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA57F0 (or 0xFA57F0) is known color: Pink Flamingo. HEX triplet: FA, 57 and F0. RGB value is (250,87,240). Sum of RGB (Red+Green+Blue) = 250+87+240=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 87 (34.38% from 255 or 15.08% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA57F0 is #05A80F. Grayscale: #989898. Windows color (decimal): -370704 or 15751162. OLE color: 15751162.

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

Color convert

RGB 250 87 240 -
CMYK 0 0.65 0.04 0.02
HSL 303.68º 0.94% 0.66% -
HSV(B) 303.68º 0.65% 0.98% -
XYZ 58.56 33.43 85.8 -
YUV 153.18 177 197.06 -
System Red Green Blue C M Y K H S L
Decimal 250 87 240 0 0.65 0.04 0.02 303.68 0.94 0.66
Hex FA 57 F0 0 41 4 2 130 5E 42
Octal 372 127 360 0 101 4 2 460 136 102
Binary 11111010 1010111 11110000 0 1000001 100 10 100110000 1011110 1000010

Color Harmonies of #FA57F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA57F0

Black with #FA57F0

Text Example


Text Example

White with #FA57F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA57F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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