Html Css Color HEX #FA53F7 Pink Flamingo

📋 copy color: '#FA53F7'

red 250 ◦ green 83 ◦ blue 247

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

Shades of Pink Flamingo #FA53F7

Tints of Pink Flamingo #FA53F7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.31%

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

R = 43.1%
G = 14.31%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA53F7 (or 0xFA53F7) is known color: Pink Flamingo. HEX triplet: FA, 53 and F7. RGB value is (250,83,247). Sum of RGB (Red+Green+Blue) = 250+83+247=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 83 (32.81% from 255 or 14.31% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA53F7 is #05AC08. Grayscale: #979797. Windows color (decimal): -371721 or 16208890. OLE color: 16208890.

HSL color Cylindrical-coordinate representation of color #FA53F7: 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.67%. Process color model (Four color, CMYK) of #FA53F7 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 83 247 -
CMYK 0 0.67 0.01 0.02
HSL 301.08º 0.94% 0.65% -
HSV(B) 301.08º 0.67% 0.98% -
XYZ 59.31 33.23 91.28 -
YUV 151.63 181.83 198.16 -
System Red Green Blue C M Y K H S L
Decimal 250 83 247 0 0.67 0.01 0.02 301.08 0.94 0.65
Hex FA 53 F7 0 43 1 2 12D 5E 41
Octal 372 123 367 0 103 1 2 455 136 101
Binary 11111010 1010011 11110111 0 1000011 1 10 100101101 1011110 1000001

Color Harmonies of #FA53F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA53F7

Black with #FA53F7

Text Example


Text Example

White with #FA53F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA53F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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