Html Css Color HEX #FD57ED Pink Flamingo

📋 copy color: '#FD57ED'

red 253 ◦ green 87 ◦ blue 237

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

Shades of Pink Flamingo #FD57ED

Tints of Pink Flamingo #FD57ED

RGB

 RED value IS 253 (99.22% from 255) = 43.85%

 GREEN value IS 87 (34.38% from 255) = 15.08%

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

R = 43.85%
G = 15.08%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD57ED (or 0xFD57ED) is known color: Pink Flamingo. HEX triplet: FD, 57 and ED. RGB value is (253,87,237). Sum of RGB (Red+Green+Blue) = 253+87+237=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 87 (34.38% from 255 or 15.08% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD57ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD57ED is #02A812. Grayscale: #999999. Windows color (decimal): -174099 or 15554557. OLE color: 15554557.

HSL color Cylindrical-coordinate representation of color #FD57ED: hue angle of 305.78º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD57ED is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 87 237 -
CMYK 0 0.66 0.06 0.01
HSL 305.78º 0.98% 0.67% -
HSV(B) 305.78º 0.66% 0.99% -
XYZ 59.2 33.81 83.53 -
YUV 153.73 175 198.8 -
System Red Green Blue C M Y K H S L
Decimal 253 87 237 0 0.66 0.06 0.01 305.78 0.98 0.67
Hex FD 57 ED 0 42 6 1 132 62 43
Octal 375 127 355 0 102 6 1 462 142 103
Binary 11111101 1010111 11101101 0 1000010 110 1 100110010 1100010 1000011

Color Harmonies of #FD57ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD57ED

Black with #FD57ED

Text Example


Text Example

White with #FD57ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD57ED; }

 p { color: rgb(253,87,237); }

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

background-color css

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

 a { background-color: rgb(253,87,237); }

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

border-color css

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

 span { border-color: rgb(253,87,237); }

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