Html Css Color HEX #FF5DEC Pink Flamingo

📋 copy color: '#FF5DEC'

red 255 ◦ green 93 ◦ blue 236

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

Shades of Pink Flamingo #FF5DEC

Tints of Pink Flamingo #FF5DEC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.92%

 BLUE value IS 236 (92.58% from 255) = 40.41%

R = 43.66%
G = 15.92%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF5DEC (or 0xFF5DEC) is known color: Pink Flamingo. HEX triplet: FF, 5D and EC. RGB value is (255,93,236). Sum of RGB (Red+Green+Blue) = 255+93+236=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 93 (36.72% from 255 or 15.92% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5DEC is #00A213. Grayscale: #9D9D9D. Windows color (decimal): -41492 or 15490559. OLE color: 15490559.

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

Color convert

RGB 255 93 236 -
CMYK 0 0.64 0.07 0
HSL 307.04º 1% 0.68% -
HSV(B) 307.04º 0.64% 1% -
XYZ 60.29 35.14 82.96 -
YUV 157.74 172.17 197.37 -
System Red Green Blue C M Y K H S L
Decimal 255 93 236 0 0.64 0.07 0 307.04 1 0.68
Hex FF 5D EC 0 40 7 0 133 64 44
Octal 377 135 354 0 100 7 0 463 144 104
Binary 11111111 1011101 11101100 0 1000000 111 0 100110011 1100100 1000100

Color Harmonies of #FF5DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5DEC

Black with #FF5DEC

Text Example


Text Example

White with #FF5DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5DEC; }

 p { color: rgb(255,93,236); }

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

background-color css

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

 a { background-color: rgb(255,93,236); }

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

border-color css

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

 span { border-color: rgb(255,93,236); }

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