Html Css Color HEX #FA54ED Pink Flamingo

📋 copy color: '#FA54ED'

red 250 ◦ green 84 ◦ blue 237

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

Shades of Pink Flamingo #FA54ED

Tints of Pink Flamingo #FA54ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.71%

 BLUE value IS 237 (92.97% from 255) = 41.51%

R = 43.78%
G = 14.71%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA54ED (or 0xFA54ED) is known color: Pink Flamingo. HEX triplet: FA, 54 and ED. RGB value is (250,84,237). Sum of RGB (Red+Green+Blue) = 250+84+237=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 84 (33.20% from 255 or 14.71% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA54ED is #05AB12. Grayscale: #969696. Windows color (decimal): -371475 or 15553786. OLE color: 15553786.

HSL color Cylindrical-coordinate representation of color #FA54ED: hue angle of 304.7º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA54ED is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 84 237 -
CMYK 0 0.66 0.05 0.02
HSL 304.7º 0.94% 0.65% -
HSV(B) 304.7º 0.66% 0.98% -
XYZ 57.88 32.78 83.4 -
YUV 151.08 176.5 198.56 -
System Red Green Blue C M Y K H S L
Decimal 250 84 237 0 0.66 0.05 0.02 304.7 0.94 0.65
Hex FA 54 ED 0 42 5 2 131 5E 41
Octal 372 124 355 0 102 5 2 461 136 101
Binary 11111010 1010100 11101101 0 1000010 101 10 100110001 1011110 1000001

Color Harmonies of #FA54ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA54ED

Black with #FA54ED

Text Example


Text Example

White with #FA54ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA54ED; }

 p { color: rgb(250,84,237); }

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

background-color css

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

 a { background-color: rgb(250,84,237); }

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

border-color css

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

 span { border-color: rgb(250,84,237); }

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