Html Css Color HEX #FA53FF Pink Flamingo

📋 copy color: '#FA53FF'

red 250 ◦ green 83 ◦ blue 255

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

Shades of Pink Flamingo #FA53FF

Tints of Pink Flamingo #FA53FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.37%

R = 42.52%
G = 14.12%
B = 43.37%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA53FF (or 0xFA53FF) is known color: Pink Flamingo. HEX triplet: FA, 53 and FF. RGB value is (250,83,255). Sum of RGB (Red+Green+Blue) = 250+83+255=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 83 (32.81% from 255 or 14.12% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA53FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA53FF is #05AC00. Grayscale: #989898. Windows color (decimal): -371713 or 16733178. OLE color: 16733178.

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

Color convert

RGB 250 83 255 -
CMYK 0.02 0.67 0 0
HSL 298.26º 1% 0.66% -
HSV(B) 298.26º 0.67% 1% -
XYZ 60.57 33.73 97.93 -
YUV 152.54 185.83 197.51 -
System Red Green Blue C M Y K H S L
Decimal 250 83 255 0.02 0.67 0 0 298.26 1 0.66
Hex FA 53 FF 2 43 0 0 12A 64 42
Octal 372 123 377 2 103 0 0 452 144 102
Binary 11111010 1010011 11111111 10 1000011 0 0 100101010 1100100 1000010

Color Harmonies of #FA53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA53FF

Black with #FA53FF

Text Example


Text Example

White with #FA53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA53FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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