Html Css Color HEX #FA55ED Pink Flamingo

📋 copy color: '#FA55ED'

red 250 ◦ green 85 ◦ blue 237

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

Shades of Pink Flamingo #FA55ED

Tints of Pink Flamingo #FA55ED

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.86%

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

R = 43.71%
G = 14.86%
B = 41.43%

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

#FA55ED (or 0xFA55ED) is known color: Pink Flamingo. HEX triplet: FA, 55 and ED. RGB value is (250,85,237). Sum of RGB (Red+Green+Blue) = 250+85+237=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 85 (33.59% from 255 or 14.86% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA55ED is #05AA12. Grayscale: #979797. Windows color (decimal): -371219 or 15554042. OLE color: 15554042.

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

Color convert

RGB 250 85 237 -
CMYK 0 0.66 0.05 0.02
HSL 304.73º 0.94% 0.66% -
HSV(B) 304.73º 0.66% 0.98% -
XYZ 57.96 32.94 83.42 -
YUV 151.66 176.16 198.14 -
System Red Green Blue C M Y K H S L
Decimal 250 85 237 0 0.66 0.05 0.02 304.73 0.94 0.66
Hex FA 55 ED 0 42 5 2 131 5E 42
Octal 372 125 355 0 102 5 2 461 136 102
Binary 11111010 1010101 11101101 0 1000010 101 10 100110001 1011110 1000010

Color Harmonies of #FA55ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA55ED

Black with #FA55ED

Text Example


Text Example

White with #FA55ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA55ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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