Html Css Color HEX #FA58ED Pink Flamingo

📋 copy color: '#FA58ED'

red 250 ◦ green 88 ◦ blue 237

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

Shades of Pink Flamingo #FA58ED

Tints of Pink Flamingo #FA58ED

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.3%

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

R = 43.48%
G = 15.3%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA58ED (or 0xFA58ED) is known color: Pink Flamingo. HEX triplet: FA, 58 and ED. RGB value is (250,88,237). Sum of RGB (Red+Green+Blue) = 250+88+237=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 88 (34.77% from 255 or 15.30% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA58ED is #05A712. Grayscale: #989898. Windows color (decimal): -370451 or 15554810. OLE color: 15554810.

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

Color convert

RGB 250 88 237 -
CMYK 0 0.65 0.05 0.02
HSL 304.81º 0.94% 0.66% -
HSV(B) 304.81º 0.65% 0.98% -
XYZ 58.2 33.42 83.5 -
YUV 153.42 175.17 196.88 -
System Red Green Blue C M Y K H S L
Decimal 250 88 237 0 0.65 0.05 0.02 304.81 0.94 0.66
Hex FA 58 ED 0 41 5 2 131 5E 42
Octal 372 130 355 0 101 5 2 461 136 102
Binary 11111010 1011000 11101101 0 1000001 101 10 100110001 1011110 1000010

Color Harmonies of #FA58ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA58ED

Black with #FA58ED

Text Example


Text Example

White with #FA58ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA58ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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