Html Css Color HEX #FA5DFF Pink Flamingo

📋 copy color: '#FA5DFF'

red 250 ◦ green 93 ◦ blue 255

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

Shades of Pink Flamingo #FA5DFF

Tints of Pink Flamingo #FA5DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.55%

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

R = 41.81%
G = 15.55%
B = 42.64%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA5DFF (or 0xFA5DFF) is known color: Pink Flamingo. HEX triplet: FA, 5D and FF. RGB value is (250,93,255). Sum of RGB (Red+Green+Blue) = 250+93+255=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 93 (36.72% from 255 or 15.55% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA5DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5DFF is #05A200. Grayscale: #9D9D9D. Windows color (decimal): -369153 or 16735738. OLE color: 16735738.

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

Color convert

RGB 250 93 255 -
CMYK 0.02 0.64 0 0
HSL 298.15º 1% 0.68% -
HSV(B) 298.15º 0.64% 1% -
XYZ 61.39 35.37 98.2 -
YUV 158.41 182.51 193.33 -
System Red Green Blue C M Y K H S L
Decimal 250 93 255 0.02 0.64 0 0 298.15 1 0.68
Hex FA 5D FF 2 40 0 0 12A 64 44
Octal 372 135 377 2 100 0 0 452 144 104
Binary 11111010 1011101 11111111 10 1000000 0 0 100101010 1100100 1000100

Color Harmonies of #FA5DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DFF

Black with #FA5DFF

Text Example


Text Example

White with #FA5DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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