Html Css Color HEX #FD44ED Pink Flamingo

📋 copy color: '#FD44ED'

red 253 ◦ green 68 ◦ blue 237

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

Shades of Pink Flamingo #FD44ED

Tints of Pink Flamingo #FD44ED

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.19%

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

R = 45.34%
G = 12.19%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD44ED (or 0xFD44ED) is known color: Pink Flamingo. HEX triplet: FD, 44 and ED. RGB value is (253,68,237). Sum of RGB (Red+Green+Blue) = 253+68+237=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 68 (26.95% from 255 or 12.19% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD44ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD44ED is #02BB12. Grayscale: #8E8E8E. Windows color (decimal): -178963 or 15549693. OLE color: 15549693.

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

Color convert

RGB 253 68 237 -
CMYK 0 0.73 0.06 0.01
HSL 305.19º 0.98% 0.63% -
HSV(B) 305.19º 0.73% 0.99% -
XYZ 57.86 31.13 83.08 -
YUV 142.58 181.29 206.76 -
System Red Green Blue C M Y K H S L
Decimal 253 68 237 0 0.73 0.06 0.01 305.19 0.98 0.63
Hex FD 44 ED 0 49 6 1 131 62 3F
Octal 375 104 355 0 111 6 1 461 142 77
Binary 11111101 1000100 11101101 0 1001001 110 1 100110001 1100010 111111

Color Harmonies of #FD44ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD44ED

Black with #FD44ED

Text Example


Text Example

White with #FD44ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD44ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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