Html Css Color HEX #FD54ED Pink Flamingo

📋 copy color: '#FD54ED'

red 253 ◦ green 84 ◦ blue 237

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

Shades of Pink Flamingo #FD54ED

Tints of Pink Flamingo #FD54ED

RGB

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

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

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

R = 44.08%
G = 14.63%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD54ED (or 0xFD54ED) is known color: Pink Flamingo. HEX triplet: FD, 54 and ED. RGB value is (253,84,237). Sum of RGB (Red+Green+Blue) = 253+84+237=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 84 (33.20% from 255 or 14.63% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD54ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD54ED is #02AB12. Grayscale: #979797. Windows color (decimal): -174867 or 15553789. OLE color: 15553789.

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

Color convert

RGB 253 84 237 -
CMYK 0 0.67 0.06 0.01
HSL 305.68º 0.98% 0.66% -
HSV(B) 305.68º 0.67% 0.99% -
XYZ 58.96 33.34 83.45 -
YUV 151.97 175.99 200.06 -
System Red Green Blue C M Y K H S L
Decimal 253 84 237 0 0.67 0.06 0.01 305.68 0.98 0.66
Hex FD 54 ED 0 43 6 1 132 62 42
Octal 375 124 355 0 103 6 1 462 142 102
Binary 11111101 1010100 11101101 0 1000011 110 1 100110010 1100010 1000010

Color Harmonies of #FD54ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD54ED

Black with #FD54ED

Text Example


Text Example

White with #FD54ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD54ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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