Html Css Color HEX #FF65EC Pink Flamingo

📋 copy color: '#FF65EC'

red 255 ◦ green 101 ◦ blue 236

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

Shades of Pink Flamingo #FF65EC

Tints of Pink Flamingo #FF65EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.06%

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

R = 43.07%
G = 17.06%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF65EC (or 0xFF65EC) is known color: Pink Flamingo. HEX triplet: FF, 65 and EC. RGB value is (255,101,236). Sum of RGB (Red+Green+Blue) = 255+101+236=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 101 (39.84% from 255 or 17.06% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF65EC is #009A13. Grayscale: #A2A2A2. Windows color (decimal): -39444 or 15492607. OLE color: 15492607.

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

Color convert

RGB 255 101 236 -
CMYK 0 0.60 0.07 0
HSL 307.4º 1% 0.7% -
HSV(B) 307.4º 0.6% 1% -
XYZ 61.03 36.62 83.21 -
YUV 162.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 255 101 236 0 0.60 0.07 0 307.4 1 0.7
Hex FF 65 EC 0 3C 7 0 133 64 46
Octal 377 145 354 0 74 7 0 463 144 106
Binary 11111111 1100101 11101100 0 111100 111 0 100110011 1100100 1000110

Color Harmonies of #FF65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF65EC

Black with #FF65EC

Text Example


Text Example

White with #FF65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF65EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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