Html Css Color HEX #FA53FE Pink Flamingo

📋 copy color: '#FA53FE'

red 250 ◦ green 83 ◦ blue 254

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

Shades of Pink Flamingo #FA53FE

Tints of Pink Flamingo #FA53FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.27%

R = 42.59%
G = 14.14%
B = 43.27%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA53FE (or 0xFA53FE) is known color: Pink Flamingo. HEX triplet: FA, 53 and FE. RGB value is (250,83,254). Sum of RGB (Red+Green+Blue) = 250+83+254=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 83 (32.81% from 255 or 14.14% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA53FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA53FE is #05AC01. Grayscale: #979797. Windows color (decimal): -371714 or 16667642. OLE color: 16667642.

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

Color convert

RGB 250 83 254 -
CMYK 0.02 0.67 0 0.00
HSL 298.6º 0.99% 0.66% -
HSV(B) 298.6º 0.67% 1% -
XYZ 60.41 33.67 97.08 -
YUV 152.43 185.33 197.6 -
System Red Green Blue C M Y K H S L
Decimal 250 83 254 0.02 0.67 0 0.00 298.6 0.99 0.66
Hex FA 53 FE 2 43 0 0 12B 63 42
Octal 372 123 376 2 103 0 0 453 143 102
Binary 11111010 1010011 11111110 10 1000011 0 0 100101011 1100011 1000010

Color Harmonies of #FA53FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA53FE

Black with #FA53FE

Text Example


Text Example

White with #FA53FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA53FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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