Html Css Color HEX #FA5FFE Pink Flamingo

📋 copy color: '#FA5FFE'

red 250 ◦ green 95 ◦ blue 254

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

Shades of Pink Flamingo #FA5FFE

Tints of Pink Flamingo #FA5FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 15.86%

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

R = 41.74%
G = 15.86%
B = 42.4%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA5FFE (or 0xFA5FFE) is known color: Pink Flamingo. HEX triplet: FA, 5F and FE. RGB value is (250,95,254). Sum of RGB (Red+Green+Blue) = 250+95+254=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 95 (37.5% from 255 or 15.86% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA5FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5FFE is #05A001. Grayscale: #9E9E9E. Windows color (decimal): -368642 or 16670714. OLE color: 16670714.

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

Color convert

RGB 250 95 254 -
CMYK 0.02 0.63 0 0.00
HSL 298.49º 0.99% 0.68% -
HSV(B) 298.49º 0.63% 1% -
XYZ 61.41 35.66 97.41 -
YUV 159.47 181.35 192.57 -
System Red Green Blue C M Y K H S L
Decimal 250 95 254 0.02 0.63 0 0.00 298.49 0.99 0.68
Hex FA 5F FE 2 3F 0 0 12A 63 44
Octal 372 137 376 2 77 0 0 452 143 104
Binary 11111010 1011111 11111110 10 111111 0 0 100101010 1100011 1000100

Color Harmonies of #FA5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5FFE

Black with #FA5FFE

Text Example


Text Example

White with #FA5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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