Html Css Color HEX #FF4DED Pink Flamingo

📋 copy color: '#FF4DED'

red 255 ◦ green 77 ◦ blue 237

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

Shades of Pink Flamingo #FF4DED

Tints of Pink Flamingo #FF4DED

RGB

 RED value IS 255 (100% from 255) = 44.82%

 GREEN value IS 77 (30.47% from 255) = 13.53%

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

R = 44.82%
G = 13.53%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF4DED (or 0xFF4DED) is known color: Pink Flamingo. HEX triplet: FF, 4D and ED. RGB value is (255,77,237). Sum of RGB (Red+Green+Blue) = 255+77+237=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 77 (30.47% from 255 or 13.53% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4DED is #00B212. Grayscale: #949494. Windows color (decimal): -45587 or 15551999. OLE color: 15551999.

HSL color Cylindrical-coordinate representation of color #FF4DED: hue angle of 306.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4DED is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 77 237 -
CMYK 0 0.70 0.07 0
HSL 306.07º 1% 0.65% -
HSV(B) 306.07º 0.7% 1% -
XYZ 59.18 32.68 83.31 -
YUV 148.46 177.97 203.99 -
System Red Green Blue C M Y K H S L
Decimal 255 77 237 0 0.70 0.07 0 306.07 1 0.65
Hex FF 4D ED 0 46 7 0 132 64 41
Octal 377 115 355 0 106 7 0 462 144 101
Binary 11111111 1001101 11101101 0 1000110 111 0 100110010 1100100 1000001

Color Harmonies of #FF4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4DED

Black with #FF4DED

Text Example


Text Example

White with #FF4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4DED; }

 p { color: rgb(255,77,237); }

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

background-color css

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

 a { background-color: rgb(255,77,237); }

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

border-color css

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

 span { border-color: rgb(255,77,237); }

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