Html Css Color HEX #FA5CFE Pink Flamingo

📋 copy color: '#FA5CFE'

red 250 ◦ green 92 ◦ blue 254

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

Shades of Pink Flamingo #FA5CFE

Tints of Pink Flamingo #FA5CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.44%

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

R = 41.95%
G = 15.44%
B = 42.62%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA5CFE (or 0xFA5CFE) is known color: Pink Flamingo. HEX triplet: FA, 5C and FE. RGB value is (250,92,254). Sum of RGB (Red+Green+Blue) = 250+92+254=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 92 (36.33% from 255 or 15.44% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA5CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5CFE is #05A301. Grayscale: #9D9D9D. Windows color (decimal): -369410 or 16669946. OLE color: 16669946.

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

Color convert

RGB 250 92 254 -
CMYK 0.02 0.64 0 0.00
HSL 298.52º 0.99% 0.68% -
HSV(B) 298.52º 0.64% 1% -
XYZ 61.14 35.13 97.33 -
YUV 157.71 182.35 193.83 -
System Red Green Blue C M Y K H S L
Decimal 250 92 254 0.02 0.64 0 0.00 298.52 0.99 0.68
Hex FA 5C FE 2 40 0 0 12B 63 44
Octal 372 134 376 2 100 0 0 453 143 104
Binary 11111010 1011100 11111110 10 1000000 0 0 100101011 1100011 1000100

Color Harmonies of #FA5CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5CFE

Black with #FA5CFE

Text Example


Text Example

White with #FA5CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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