Html Css Color HEX #FA4DFE Pink Flamingo

📋 copy color: '#FA4DFE'

red 250 ◦ green 77 ◦ blue 254

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

Shades of Pink Flamingo #FA4DFE

Tints of Pink Flamingo #FA4DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.25%

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

R = 43.03%
G = 13.25%
B = 43.72%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA4DFE (or 0xFA4DFE) is known color: Pink Flamingo. HEX triplet: FA, 4D and FE. RGB value is (250,77,254). Sum of RGB (Red+Green+Blue) = 250+77+254=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 77 (30.47% from 255 or 13.25% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA4DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4DFE is #05B201. Grayscale: #949494. Windows color (decimal): -373250 or 16666106. OLE color: 16666106.

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

Color convert

RGB 250 77 254 -
CMYK 0.02 0.70 0 0.00
HSL 298.64º 0.99% 0.65% -
HSV(B) 298.64º 0.7% 1% -
XYZ 59.97 32.79 96.93 -
YUV 148.91 187.31 200.11 -
System Red Green Blue C M Y K H S L
Decimal 250 77 254 0.02 0.70 0 0.00 298.64 0.99 0.65
Hex FA 4D FE 2 46 0 0 12B 63 41
Octal 372 115 376 2 106 0 0 453 143 101
Binary 11111010 1001101 11111110 10 1000110 0 0 100101011 1100011 1000001

Color Harmonies of #FA4DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4DFE

Black with #FA4DFE

Text Example


Text Example

White with #FA4DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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